#D790CA

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

Shades of Lilac #D790CA

Tints of Lilac #D790CA

Color information

#D790CA (or 0xD790CA) is unknown color: approx Lilac. HEX triplet: D7, 90 and CA. RGB value is (215,144,202). Sum of RGB (Red+Green+Blue) = 215+144+202=561 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.32% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 215 - color contains mainly: red. Hex color #D790CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D790CA is #286F35. Grayscale: #ABABAB. Windows color (decimal): -2649910 or 13275351. OLE color: 13275351.

HSL color Cylindrical-coordinate representation of color #D790CA: hue angle of 310.99º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D790CA is Cyan = 0, Magento = 0.33, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB215144202-
CMYK00.330.060.16
HSL310.99º47.02%70.39%-
HSV(B)310.99º33.02%84.31%-
XYZ48.6638.6660.77-
YUV171.84145.02158.78-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.32%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=38.32%
G=25.67%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514420200.330.060.16310.9947.0270.39
HexD790CA0216101372f46
Octal32722031204162046757106
Binary1101011110010000110010100100001110100001001101111011111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D790CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D790CA; }

 p { color: rgb(215,144,202); }

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

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

 a { background-color: rgb(215,144,202); }

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

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

 span { border-color: rgb(215,144,202); }

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