#D08FC5

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

Shades of Lilac #D08FC5

Tints of Lilac #D08FC5

Color information

#D08FC5 (or 0xD08FC5) is unknown color: approx Lilac. HEX triplet: D0, 8F and C5. RGB value is (208,143,197). Sum of RGB (Red+Green+Blue) = 208+143+197=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 143 (56.25% from 255 or 26.09% from 548); Blue value is 197 (77.34% from 255 or 35.95% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FC5 is #2F703A. Grayscale: #A8A8A8. Windows color (decimal): -3108923 or 12947408. OLE color: 12947408.

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

Color convert

RGB208143197-
CMYK00.310.050.18
HSL310.15º40.88%68.82%-
HSV(B)310.15º31.25%81.57%-
XYZ45.9137.0957.56-
YUV168.59144.03156.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 143 (56.25% from 255) = 26.09%
BLUE value IS 197 (77.34% from 255) = 35.95%
R=37.96%
G=26.09%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814319700.310.050.18310.1540.8868.82
HexD08FC501F5121362945
Octal32021730503752246651105
Binary110100001000111111000101011111101100101001101101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FC5; }

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

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

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

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

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

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

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

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