#C596CB

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

Shades of Lilac #C596CB

Tints of Lilac #C596CB

Color information

#C596CB (or 0xC596CB) is unknown color: approx Lilac. HEX triplet: C5, 96 and CB. RGB value is (197,150,203). Sum of RGB (Red+Green+Blue) = 197+150+203=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 203 (79.69% from 255 or 36.91% from 550); Max value from RGB is 203 - color contains mainly: blue. Hex color #C596CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C596CB is #3A6934. Grayscale: #A9A9A9. Windows color (decimal): -3828021 or 13342405. OLE color: 13342405.

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

Color convert

RGB197150203-
CMYK0.030.2600.20
HSL293.21º33.76%69.22%-
HSV(B)293.21º26.11%79.61%-
XYZ44.7137.9961.48-
YUV170.1146.57147.19-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.82%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 203 (79.69% from 255) = 36.91%
R=35.82%
G=27.27%
B=36.91%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1971502030.030.2600.20293.2133.7669.22
HexC596CB31A0141252245
Octal30522631333202444542105
Binary11000101100101101100101111110100101001001001011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C596CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C596CB; }

 p { color: rgb(197,150,203); }

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

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

 a { background-color: rgb(197,150,203); }

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

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

 span { border-color: rgb(197,150,203); }

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