#D08AD0

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

Shades of Lilac #D08AD0

Tints of Lilac #D08AD0

Color information

#D08AD0 (or 0xD08AD0) is unknown color: approx Lilac. HEX triplet: D0, 8A and D0. RGB value is (208,138,208). Sum of RGB (Red+Green+Blue) = 208+138+208=554 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.55% from 554); Green value is 138 (54.30% from 255 or 24.91% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: red, blue. Hex color #D08AD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AD0 is #2F752F. Grayscale: #A6A6A6. Windows color (decimal): -3110192 or 13667024. OLE color: 13667024.

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

Color convert

RGB208138208-
CMYK00.3400.18
HSL300º42.68%67.84%-
HSV(B)300º33.65%81.57%-
XYZ46.4936.1464.2-
YUV166.91151.19157.31-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.55%
GREEN value IS 138 (54.30% from 255) = 24.91%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=37.55%
G=24.91%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813820800.3400.1830042.6867.84
HexD08AD002201212c2b44
Octal32021232004202245453104
Binary11010000100010101101000001000100100101001011001010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08AD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08AD0; }

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

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

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

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

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

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

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

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