#D6A1CA

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

Shades of Lilac #D6A1CA

Tints of Lilac #D6A1CA

Color information

#D6A1CA (or 0xD6A1CA) is unknown color: approx Lilac. HEX triplet: D6, A1 and CA. RGB value is (214,161,202). Sum of RGB (Red+Green+Blue) = 214+161+202=577 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.09% from 577); Green value is 161 (63.28% from 255 or 27.90% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6A1CA is #295E35. Grayscale: #B5B5B5. Windows color (decimal): -2711094 or 13279702. OLE color: 13279702.

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

Color convert

RGB214161202-
CMYK00.250.060.16
HSL313.58º39.26%73.53%-
HSV(B)313.58º24.77%83.92%-
XYZ51.1444.0561.68-
YUV181.52139.56151.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.09%
GREEN value IS 161 (63.28% from 255) = 27.90%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=37.09%
G=27.90%
B=35.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21416120200.250.060.16313.5839.2673.53
HexD6A1CA01961013a274a
Octal32624131203162047247112
Binary110101101010000111001010011001110100001001110101001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6A1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6A1CA; }

 p { color: rgb(214,161,202); }

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

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

 a { background-color: rgb(214,161,202); }

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

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

 span { border-color: rgb(214,161,202); }

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