#D08FC0

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

Shades of Lily #D08FC0

Tints of Lily #D08FC0

Color information

#D08FC0 (or 0xD08FC0) is unknown color: approx Lily. HEX triplet: D0, 8F and C0. RGB value is (208,143,192). Sum of RGB (Red+Green+Blue) = 208+143+192=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 143 (56.25% from 255 or 26.34% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D08FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08FC0 is #2F703F. Grayscale: #A7A7A7. Windows color (decimal): -3108928 or 12619728. OLE color: 12619728.

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

Color convert

RGB208143192-
CMYK00.310.080.18
HSL314.77º40.88%68.82%-
HSV(B)314.77º31.25%81.57%-
XYZ45.3536.8654.59-
YUV168.02141.53156.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.31%
GREEN value IS 143 (56.25% from 255) = 26.34%
BLUE value IS 192 (75.39% from 255) = 35.36%
R=38.31%
G=26.34%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814319200.310.080.18314.7740.8868.82
HexD08FC001F81213b2945
Octal320217300037102247351105
Binary1101000010001111110000000111111000100101001110111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08FC0; }

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

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

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

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

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

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

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

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