#C08FBF

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

Shades of Lilac #C08FBF

Tints of Lilac #C08FBF

Color information

#C08FBF (or 0xC08FBF) is unknown color: approx Lilac. HEX triplet: C0, 8F and BF. RGB value is (192,143,191). Sum of RGB (Red+Green+Blue) = 192+143+191=526 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.50% from 526); Green value is 143 (56.25% from 255 or 27.19% from 526); Blue value is 191 (75% from 255 or 36.31% from 526); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FBF is #3F7040. Grayscale: #A2A2A2. Windows color (decimal): -4157505 or 12554176. OLE color: 12554176.

HSL color Cylindrical-coordinate representation of color #C08FBF: hue angle of 301.22º degrees, saturation: 0.28, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C08FBF is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB192143191-
CMYK00.260.010.25
HSL301.22º28%65.69%-
HSV(B)301.22º25.52%75.29%-
XYZ40.9634.6153.81-
YUV163.12143.73148.6-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.50%
GREEN value IS 143 (56.25% from 255) = 27.19%
BLUE value IS 191 (75% from 255) = 36.31%
R=36.50%
G=27.19%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214319100.260.010.25301.222865.69
HexC08FBF01A11912d1c42
Octal30021727703213145534102
Binary110000001000111110111111011010111001100101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FBF; }

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

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

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

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

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

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

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

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