#CD9ACA

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

Shades of Lilac #CD9ACA

Tints of Lilac #CD9ACA

Color information

#CD9ACA (or 0xCD9ACA) is unknown color: approx Lilac. HEX triplet: CD, 9A and CA. RGB value is (205,154,202). Sum of RGB (Red+Green+Blue) = 205+154+202=561 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.54% from 561); Green value is 154 (60.55% from 255 or 27.45% from 561); Blue value is 202 (79.30% from 255 or 36.01% from 561); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9ACA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9ACA is #326535. Grayscale: #AEAEAE. Windows color (decimal): -3302710 or 13277901. OLE color: 13277901.

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

Color convert

RGB205154202-
CMYK00.250.010.20
HSL303.53º33.77%70.39%-
HSV(B)303.53º24.88%80.39%-
XYZ47.3940.3561.17-
YUV174.72143.4149.6-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.54%
GREEN value IS 154 (60.55% from 255) = 27.45%
BLUE value IS 202 (79.30% from 255) = 36.01%
R=36.54%
G=27.45%
B=36.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515420200.250.010.20303.5333.7770.39
HexCD9ACA0191141302246
Octal31523231203112446042106
Binary1100110110011010110010100110011101001001100001000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9ACA; }

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

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

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

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

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

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

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

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