#D48CCA

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

Shades of Lilac #D48CCA

Tints of Lilac #D48CCA

Color information

#D48CCA (or 0xD48CCA) is unknown color: approx Lilac. HEX triplet: D4, 8C and CA. RGB value is (212,140,202). Sum of RGB (Red+Green+Blue) = 212+140+202=554 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.27% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 212 - color contains mainly: red. Hex color #D48CCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48CCA is #2B7335. Grayscale: #A8A8A8. Windows color (decimal): -2847542 or 13274324. OLE color: 13274324.

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

Color convert

RGB212140202-
CMYK00.340.050.17
HSL308.33º45.57%69.02%-
HSV(B)308.33º33.96%83.14%-
XYZ47.1937.0260.54-
YUV168.6146.85158.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.27%
GREEN value IS 140 (55.08% from 255) = 25.27%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=38.27%
G=25.27%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214020200.340.050.17308.3345.5769.02
HexD48CCA0225111342e45
Octal32421431204252146456105
Binary1101010010001100110010100100010101100011001101001011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48CCA; }

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

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

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

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

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

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

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

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