#C08FCA

Color #C08FCA Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lilac #C08FCA

Tints of Lilac #C08FCA

Color information

#C08FCA (or 0xC08FCA) is unknown color: approx Lilac. HEX triplet: C0, 8F and CA. RGB value is (192,143,202). Sum of RGB (Red+Green+Blue) = 192+143+202=537 (71% of max value = 765). Red value is 192 (75.39% from 255 or 35.75% from 537); Green value is 143 (56.25% from 255 or 26.63% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 202 - color contains mainly: blue. Hex color #C08FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FCA is #3F7035. Grayscale: #A4A4A4. Windows color (decimal): -4157494 or 13275072. OLE color: 13275072.

HSL color Cylindrical-coordinate representation of color #C08FCA: hue angle of 289.83º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C08FCA is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB192143202-
CMYK0.050.2900.21
HSL289.83º35.76%67.65%-
HSV(B)289.83º29.21%79.22%-
XYZ42.2235.1260.43-
YUV164.38149.23147.7-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 35.75%
GREEN value IS 143 (56.25% from 255) = 26.63%
BLUE value IS 202 (79.30% from 255) = 37.62%
R=35.75%
G=26.63%
B=37.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1921432020.050.2900.21289.8335.7667.65
HexC08FCA51D0151222444
Octal30021731253502544244104
Binary110000001000111111001010101111010101011001000101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FCA; }

 p { color: rgb(192,143,202); }

 H1.HeaderClassName
 {
   color: #C08FCA;
 }
 .AnyTagClassName
 {
   color: #C08FCA;
 }
</style>
background-color css

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

 a { background-color: rgb(192,143,202); }

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

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

 span { border-color: rgb(192,143,202); }

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