Html Css Color HEX #C75BED Medium Orchid

📋 copy color: '#C75BED'

red 199 ◦ green 91 ◦ blue 237

#C75BED
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Orchid #C75BED

Tints of Medium Orchid #C75BED

RGB

 RED value IS 199 (78.13% from 255) = 37.76%

 GREEN value IS 91 (35.94% from 255) = 17.27%

 BLUE value IS 237 (92.97% from 255) = 44.97%

R = 37.76%
G = 17.27%
B = 44.97%

CMYK

 C value IS 0.16

 M value IS 0.62

 Y value IS 0

 K value IS 0.07

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C75BED (or 0xC75BED) is known color: Medium Orchid. HEX triplet: C7, 5B and ED. RGB value is (199,91,237). Sum of RGB (Red+Green+Blue) = 199+91+237=527 (69% of max value = 765). Red value is 199 (78.12% from 255 or 37.76% from 527); Green value is 91 (35.94% from 255 or 17.27% from 527); Blue value is 237 (92.97% from 255 or 44.97% from 527); Max value from RGB is 237 - color contains mainly: blue. Hex color #C75BED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C75BED is #38A412. Grayscale: #8B8B8B. Windows color (decimal): -3712019 or 15555527. OLE color: 15555527.

HSL color Cylindrical-coordinate representation of color #C75BED: hue angle of 284.38º degrees, saturation: 0.8, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C75BED is Cyan = 0.16, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 199 91 237 -
CMYK 0.16 0.62 0 0.07
HSL 284.38º 0.8% 0.64% -
HSV(B) 284.38º 0.62% 0.93% -
XYZ 42.58 25.74 82.84 -
YUV 139.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 199 91 237 0.16 0.62 0 0.07 284.38 0.8 0.64
Hex C7 5B ED 10 3E 0 7 11C 50 40
Octal 307 133 355 20 76 0 7 434 120 100
Binary 11000111 1011011 11101101 10000 111110 0 111 100011100 1010000 1000000

Color Harmonies of #C75BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75BED

Black with #C75BED

Text Example


Text Example

White with #C75BED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75BED; }

 p { color: rgb(199,91,237); }

 H1.HeaderClassName
 {
   color: #C75BED;
 }
 .AnyTagClassName
 {
   color: #C75BED;
 }
</style>

background-color css

<style>
 a { background-color: #C75BED; }

 a { background-color: rgb(199,91,237); }

 div.DivClassName
 {
   background-color: #C75BED;
 }
 .BgClassName
 {
   background-color: #C75BED;
 }
</style>

border-color css

<style>
 span { border-color: #C75BED; }

 span { border-color: rgb(199,91,237); }

 td.TdClassName
 {
   border-color: #C75BED;
 }
 .TagClassName
 {
   border-color: #C75BED;
 }
</style>