#CD9BCA

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

Shades of Lilac #CD9BCA

Tints of Lilac #CD9BCA

Color information

#CD9BCA (or 0xCD9BCA) is unknown color: approx Lilac. HEX triplet: CD, 9B and CA. RGB value is (205,155,202). Sum of RGB (Red+Green+Blue) = 205+155+202=562 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.48% from 562); Green value is 155 (60.94% from 255 or 27.58% from 562); Blue value is 202 (79.30% from 255 or 35.94% from 562); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BCA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BCA is #326435. Grayscale: #AFAFAF. Windows color (decimal): -3302454 or 13278157. OLE color: 13278157.

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

Color convert

RGB205155202-
CMYK00.240.010.20
HSL303.6º33.33%70.59%-
HSV(B)303.6º24.39%80.39%-
XYZ47.5640.6961.22-
YUV175.31143.06149.18-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 36.48%
GREEN value IS 155 (60.94% from 255) = 27.58%
BLUE value IS 202 (79.30% from 255) = 35.94%
R=36.48%
G=27.58%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515520200.240.010.20303.633.3370.59
HexCD9BCA0181141302147
Octal31523331203012446041107
Binary1100110110011011110010100110001101001001100001000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BCA; }

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

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

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

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

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

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

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

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