#C08FBD

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

Shades of Lilac #C08FBD

Tints of Lilac #C08FBD

Color information

#C08FBD (or 0xC08FBD) is unknown color: approx Lilac. HEX triplet: C0, 8F and BD. RGB value is (192,143,189). Sum of RGB (Red+Green+Blue) = 192+143+189=524 (69% of max value = 765). Red value is 192 (75.39% from 255 or 36.64% from 524); Green value is 143 (56.25% from 255 or 27.29% from 524); Blue value is 189 (74.22% from 255 or 36.07% from 524); Max value from RGB is 192 - color contains mainly: red. Hex color #C08FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C08FBD is #3F7042. Grayscale: #A2A2A2. Windows color (decimal): -4157507 or 12423104. OLE color: 12423104.

HSL color Cylindrical-coordinate representation of color #C08FBD: hue angle of 303.67º 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 #C08FBD is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB192143189-
CMYK00.260.020.25
HSL303.67º28%65.69%-
HSV(B)303.67º25.52%75.29%-
XYZ40.7534.5352.66-
YUV162.89142.73148.76-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 36.64%
GREEN value IS 143 (56.25% from 255) = 27.29%
BLUE value IS 189 (74.22% from 255) = 36.07%
R=36.64%
G=27.29%
B=36.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19214318900.260.020.25303.672865.69
HexC08FBD01A2191301c42
Octal30021727503223146034102
Binary1100000010001111101111010110101011001100110000111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08FBD; }

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

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

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

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

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

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

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

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