#D08FCA

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

Shades of Lilac #D08FCA

Tints of Lilac #D08FCA

Color information

#D08FCA (or 0xD08FCA) is unknown color: approx Lilac. HEX triplet: D0, 8F and CA. RGB value is (208,143,202). Sum of RGB (Red+Green+Blue) = 208+143+202=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 143 (56.25% from 255 or 25.86% from 553); Blue value is 202 (79.30% from 255 or 36.53% from 553); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FCA is #2F7035. Grayscale: #A8A8A8. Windows color (decimal): -3108918 or 13275088. OLE color: 13275088.

HSL color Cylindrical-coordinate representation of color #D08FCA: hue angle of 305.54º 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 #D08FCA is Cyan = 0, Magento = 0.31, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208143202-
CMYK00.310.030.18
HSL305.54º40.88%68.82%-
HSV(B)305.54º31.25%81.57%-
XYZ46.537.3260.63-
YUV169.16146.53155.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 143 (56.25% from 255) = 25.86%
BLUE value IS 202 (79.30% from 255) = 36.53%
R=37.61%
G=25.86%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814320200.310.030.18305.5440.8868.82
HexD08FCA01F3121322945
Octal32021731203732246251105
Binary11010000100011111100101001111111100101001100101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FCA; }

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

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

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

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

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

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

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

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