#D48CCE

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

Shades of Lilac #D48CCE

Tints of Lilac #D48CCE

Color information

#D48CCE (or 0xD48CCE) is unknown color: approx Lilac. HEX triplet: D4, 8C and CE. RGB value is (212,140,206). Sum of RGB (Red+Green+Blue) = 212+140+206=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 140 (55.08% from 255 or 25.09% from 558); Blue value is 206 (80.86% from 255 or 36.92% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CCE is #2B7331. Grayscale: #A8A8A8. Windows color (decimal): -2847538 or 13536468. OLE color: 13536468.

HSL color Cylindrical-coordinate representation of color #D48CCE: hue angle of 305º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D48CCE is Cyan = 0, Magento = 0.34, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212140206-
CMYK00.340.030.17
HSL305º45.57%69.02%-
HSV(B)305º33.96%83.14%-
XYZ47.6737.2163.06-
YUV169.05148.85158.63-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.99%
GREEN value IS 140 (55.08% from 255) = 25.09%
BLUE value IS 206 (80.86% from 255) = 36.92%
R=37.99%
G=25.09%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214020600.340.030.1730545.5769.02
HexD48CCE0223111312e45
Octal32421431604232146156105
Binary110101001000110011001110010001011100011001100011011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CCE; }

 p { color: rgb(212,140,206); }

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

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

 a { background-color: rgb(212,140,206); }

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

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

 span { border-color: rgb(212,140,206); }

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