#D48FCA

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

Shades of Lilac #D48FCA

Tints of Lilac #D48FCA

Color information

#D48FCA (or 0xD48FCA) is unknown color: approx Lilac. HEX triplet: D4, 8F and CA. RGB value is (212,143,202). Sum of RGB (Red+Green+Blue) = 212+143+202=557 (73% of max value = 765). Red value is 212 (83.20% from 255 or 38.06% from 557); Green value is 143 (56.25% from 255 or 25.67% from 557); Blue value is 202 (79.30% from 255 or 36.27% from 557); Max value from RGB is 212 - color contains mainly: red. Hex color #D48FCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D48FCA is #2B7035. Grayscale: #AAAAAA. Windows color (decimal): -2846774 or 13275092. OLE color: 13275092.

HSL color Cylindrical-coordinate representation of color #D48FCA: hue angle of 308.7º degrees, saturation: 0.45, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D48FCA is Cyan = 0, Magento = 0.33, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB212143202-
CMYK00.330.050.17
HSL308.7º44.52%69.61%-
HSV(B)308.7º32.55%83.14%-
XYZ47.6337.9160.68-
YUV170.36145.86157.7-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 38.06%
GREEN value IS 143 (56.25% from 255) = 25.67%
BLUE value IS 202 (79.30% from 255) = 36.27%
R=38.06%
G=25.67%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.05
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214320200.330.050.17308.744.5269.61
HexD48FCA0215111352d46
Octal32421731204152146555106
Binary1101010010001111110010100100001101100011001101011011011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48FCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48FCA; }

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

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

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

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

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

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

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

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