#D48CCD

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

Shades of Lilac #D48CCD

Tints of Lilac #D48CCD

Color information

#D48CCD (or 0xD48CCD) is unknown color: approx Lilac. HEX triplet: D4, 8C and CD. RGB value is (212,140,205). Sum of RGB (Red+Green+Blue) = 212+140+205=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CCD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CCD is #2B7332. Grayscale: #A8A8A8. Windows color (decimal): -2847539 or 13470932. OLE color: 13470932.

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

Color convert

RGB212140205-
CMYK00.340.030.17
HSL305.83º45.57%69.02%-
HSV(B)305.83º33.96%83.14%-
XYZ47.5537.1662.42-
YUV168.94148.35158.71-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 140 (55.08% from 255) = 25.13%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=38.06%
G=25.13%
B=36.80%

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
Decimal21214020500.340.030.17305.8345.5769.02
HexD48CCD0223111322e45
Octal32421431504232146256105
Binary110101001000110011001101010001011100011001100101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CCD; }

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

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

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

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

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

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

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

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