#D08AC0

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

Shades of Lily #D08AC0

Tints of Lily #D08AC0

Color information

#D08AC0 (or 0xD08AC0) is unknown color: approx Lily. HEX triplet: D0, 8A and C0. RGB value is (208,138,192). Sum of RGB (Red+Green+Blue) = 208+138+192=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 138 (54.30% from 255 or 25.65% from 538); Blue value is 192 (75.39% from 255 or 35.69% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AC0 is #2F753F. Grayscale: #A4A4A4. Windows color (decimal): -3110208 or 12618448. OLE color: 12618448.

HSL color Cylindrical-coordinate representation of color #D08AC0: hue angle of 313.71º degrees, saturation: 0.43, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D08AC0 is Cyan = 0, Magento = 0.34, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208138192-
CMYK00.340.080.18
HSL313.71º42.68%67.84%-
HSV(B)313.71º33.65%81.57%-
XYZ44.6235.3954.35-
YUV165.09143.19158.61-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.66%
GREEN value IS 138 (54.30% from 255) = 25.65%
BLUE value IS 192 (75.39% from 255) = 35.69%
R=38.66%
G=25.65%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813819200.340.080.18313.7142.6867.84
HexD08AC002281213a2b44
Octal320212300042102247253104
Binary11010000100010101100000001000101000100101001110101010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08AC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08AC0; }

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

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

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

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

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

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

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

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