#CDA1CA

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

Shades of Lilac #CDA1CA

Tints of Lilac #CDA1CA

Color information

#CDA1CA (or 0xCDA1CA) is unknown color: approx Lilac. HEX triplet: CD, A1 and CA. RGB value is (205,161,202). Sum of RGB (Red+Green+Blue) = 205+161+202=568 (75% of max value = 765). Red value is 205 (80.47% from 255 or 36.09% from 568); Green value is 161 (63.28% from 255 or 28.35% from 568); Blue value is 202 (79.30% from 255 or 35.56% from 568); Max value from RGB is 205 - color contains mainly: red. Hex color #CDA1CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CDA1CA is #325E35. Grayscale: #B2B2B2. Windows color (decimal): -3300918 or 13279693. OLE color: 13279693.

HSL color Cylindrical-coordinate representation of color #CDA1CA: hue angle of 304.09º degrees, saturation: 0.31, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CDA1CA is Cyan = 0, Magento = 0.21, Yellow = 0.01 and Black (K on CMYK) = 0.20.

Color convert

RGB205161202-
CMYK00.210.010.20
HSL304.09º30.56%71.76%-
HSV(B)304.09º21.46%80.39%-
XYZ48.5842.7361.56-
YUV178.83141.08146.67-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.09%
GREEN value IS 161 (63.28% from 255) = 28.35%
BLUE value IS 202 (79.30% from 255) = 35.56%
R=36.09%
G=28.35%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20516120200.210.010.20304.0930.5671.76
HexCDA1CA0151141301f48
Octal31524131202512446037110
Binary110011011010000111001010010101110100100110000111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDA1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDA1CA; }

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

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

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

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

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

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

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

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