#D08FC8

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

Shades of Lilac #D08FC8

Tints of Lilac #D08FC8

Color information

#D08FC8 (or 0xD08FC8) is unknown color: approx Lilac. HEX triplet: D0, 8F and C8. RGB value is (208,143,200). Sum of RGB (Red+Green+Blue) = 208+143+200=551 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.75% from 551); Green value is 143 (56.25% from 255 or 25.95% from 551); Blue value is 200 (78.52% from 255 or 36.30% from 551); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FC8 is #2F7037. Grayscale: #A8A8A8. Windows color (decimal): -3108920 or 13144016. OLE color: 13144016.

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

Color convert

RGB208143200-
CMYK00.310.040.18
HSL307.38º40.88%68.82%-
HSV(B)307.38º31.25%81.57%-
XYZ46.2637.2259.39-
YUV168.93145.53155.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.75%
GREEN value IS 143 (56.25% from 255) = 25.95%
BLUE value IS 200 (78.52% from 255) = 36.30%
R=37.75%
G=25.95%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814320000.310.040.18307.3840.8868.82
HexD08FC801F4121332945
Octal32021731003742246351105
Binary110100001000111111001000011111100100101001100111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FC8; }

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

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

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

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

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

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

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

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