Html Css Color HEX #C08CC9 Lilac

📋 copy color: '#C08CC9'

red 192 ◦ green 140 ◦ blue 201

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

Shades of Lilac #C08CC9

Tints of Lilac #C08CC9

RGB

 RED value IS 192 (75.39% from 255) = 36.02%

 GREEN value IS 140 (55.08% from 255) = 26.27%

 BLUE value IS 201 (78.91% from 255) = 37.71%

R = 36.02%
G = 26.27%
B = 37.71%

CMYK

 C value IS 0.04

 M value IS 0.30

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#C08CC9 (or 0xC08CC9) is known color: Lilac. HEX triplet: C0, 8C and C9. RGB value is (192,140,201). Sum of RGB (Red+Green+Blue) = 192+140+201=533 (70% of max value = 765). Red value is 192 (75.39% from 255 or 36.02% from 533); Green value is 140 (55.08% from 255 or 26.27% from 533); Blue value is 201 (78.91% from 255 or 37.71% from 533); Max value from RGB is 201 - color contains mainly: blue. Hex color #C08CC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08CC9 is #3F7336. Grayscale: #A2A2A2. Windows color (decimal): -4158263 or 13208768. OLE color: 13208768.

HSL color Cylindrical-coordinate representation of color #C08CC9: hue angle of 291.15º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #C08CC9 is Cyan = 0.04, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 192 140 201 -
CMYK 0.04 0.30 0 0.21
HSL 291.15º 0.36% 0.67% -
HSV(B) 291.15º 0.3% 0.79% -
XYZ 41.66 34.18 59.66 -
YUV 162.5 149.73 149.04 -
System Red Green Blue C M Y K H S L
Decimal 192 140 201 0.04 0.30 0 0.21 291.15 0.36 0.67
Hex C0 8C C9 4 1E 0 15 123 24 43
Octal 300 214 311 4 36 0 25 443 44 103
Binary 11000000 10001100 11001001 100 11110 0 10101 100100011 100100 1000011

Color Harmonies of #C08CC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08CC9

Black with #C08CC9

Text Example


Text Example

White with #C08CC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08CC9; }

 p { color: rgb(192,140,201); }

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

background-color css

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

 a { background-color: rgb(192,140,201); }

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

border-color css

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

 span { border-color: rgb(192,140,201); }

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