#D08FCC

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

Shades of Lilac #D08FCC

Tints of Lilac #D08FCC

Color information

#D08FCC (or 0xD08FCC) is unknown color: approx Lilac. HEX triplet: D0, 8F and CC. RGB value is (208,143,204). Sum of RGB (Red+Green+Blue) = 208+143+204=555 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.48% from 555); Green value is 143 (56.25% from 255 or 25.77% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FCC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FCC is #2F7033. Grayscale: #A9A9A9. Windows color (decimal): -3108916 or 13406160. OLE color: 13406160.

HSL color Cylindrical-coordinate representation of color #D08FCC: hue angle of 303.69º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D08FCC is Cyan = 0, Magento = 0.31, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB208143204-
CMYK00.310.020.18
HSL303.69º40.88%68.82%-
HSV(B)303.69º31.25%81.57%-
XYZ46.7337.4161.89-
YUV169.39147.53155.54-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.48%
GREEN value IS 143 (56.25% from 255) = 25.77%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=37.48%
G=25.77%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814320400.310.020.18303.6940.8868.82
HexD08FCC01F2121302945
Octal32021731403722246051105
Binary11010000100011111100110001111110100101001100001010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FCC; }

 p { color: rgb(208,143,204); }

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

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

 a { background-color: rgb(208,143,204); }

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

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

 span { border-color: rgb(208,143,204); }

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