#D08AC1

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

Shades of Lilac #D08AC1

Tints of Lilac #D08AC1

Color information

#D08AC1 (or 0xD08AC1) is unknown color: approx Lilac. HEX triplet: D0, 8A and C1. RGB value is (208,138,193). Sum of RGB (Red+Green+Blue) = 208+138+193=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 138 (54.30% from 255 or 25.60% from 539); Blue value is 193 (75.78% from 255 or 35.81% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D08AC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D08AC1 is #2F753E. Grayscale: #A5A5A5. Windows color (decimal): -3110207 or 12683984. OLE color: 12683984.

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

Color convert

RGB208138193-
CMYK00.340.070.18
HSL312.86º42.68%67.84%-
HSV(B)312.86º33.65%81.57%-
XYZ44.7335.4454.93-
YUV165.2143.69158.53-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 138 (54.30% from 255) = 25.60%
BLUE value IS 193 (75.78% from 255) = 35.81%
R=38.59%
G=25.60%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813819300.340.070.18312.8642.6867.84
HexD08AC10227121392b44
Octal32021230104272247153104
Binary1101000010001010110000010100010111100101001110011010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08AC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08AC1; }

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

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

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

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

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

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

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

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