#C595CC

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

Shades of Lilac #C595CC

Tints of Lilac #C595CC

Color information

#C595CC (or 0xC595CC) is unknown color: approx Lilac. HEX triplet: C5, 95 and CC. RGB value is (197,149,204). Sum of RGB (Red+Green+Blue) = 197+149+204=550 (72% of max value = 765). Red value is 197 (77.34% from 255 or 35.82% from 550); Green value is 149 (58.59% from 255 or 27.09% from 550); Blue value is 204 (80.08% from 255 or 37.09% from 550); Max value from RGB is 204 - color contains mainly: blue. Hex color #C595CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595CC is #3A6A33. Grayscale: #A9A9A9. Windows color (decimal): -3828276 or 13407685. OLE color: 13407685.

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

Color convert

RGB197149204-
CMYK0.030.2700.2
HSL292.36º35.03%69.22%-
HSV(B)292.36º26.96%80%-
XYZ44.6737.7262.05-
YUV169.62147.4147.53-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.82%
GREEN value IS 149 (58.59% from 255) = 27.09%
BLUE value IS 204 (80.08% from 255) = 37.09%
R=35.82%
G=27.09%
B=37.09%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1971492040.030.2700.2292.3635.0369.22
HexC595CC31B0141242345
Octal30522531433302444443105
Binary11000101100101011100110011110110101001001001001000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595CC; }

 p { color: rgb(197,149,204); }

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

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

 a { background-color: rgb(197,149,204); }

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

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

 span { border-color: rgb(197,149,204); }

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