#CD9BC1

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

Shades of Lilac #CD9BC1

Tints of Lilac #CD9BC1

Color information

#CD9BC1 (or 0xCD9BC1) is unknown color: approx Lilac. HEX triplet: CD, 9B and C1. RGB value is (205,155,193). Sum of RGB (Red+Green+Blue) = 205+155+193=553 (73% of max value = 765). Red value is 205 (80.47% from 255 or 37.07% from 553); Green value is 155 (60.94% from 255 or 28.03% from 553); Blue value is 193 (75.78% from 255 or 34.90% from 553); Max value from RGB is 205 - color contains mainly: red. Hex color #CD9BC1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CD9BC1 is #32643E. Grayscale: #AEAEAE. Windows color (decimal): -3302463 or 12688333. OLE color: 12688333.

HSL color Cylindrical-coordinate representation of color #CD9BC1: hue angle of 314.4º 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 #CD9BC1 is Cyan = 0, Magento = 0.24, Yellow = 0.06 and Black (K on CMYK) = 0.20.

Color convert

RGB205155193-
CMYK00.240.060.20
HSL314.4º33.33%70.59%-
HSV(B)314.4º24.39%80.39%-
XYZ46.5240.2755.77-
YUV174.28138.56149.91-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 37.07%
GREEN value IS 155 (60.94% from 255) = 28.03%
BLUE value IS 193 (75.78% from 255) = 34.90%
R=37.07%
G=28.03%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.06
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20515519300.240.060.20314.433.3370.59
HexCD9BC101861413a2147
Octal31523330103062447241107
Binary110011011001101111000001011000110101001001110101000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD9BC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD9BC1; }

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

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

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

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

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

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

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

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