#C595BD

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

Shades of Lilac #C595BD

Tints of Lilac #C595BD

Color information

#C595BD (or 0xC595BD) is unknown color: approx Lilac. HEX triplet: C5, 95 and BD. RGB value is (197,149,189). Sum of RGB (Red+Green+Blue) = 197+149+189=535 (70% of max value = 765). Red value is 197 (77.34% from 255 or 36.82% from 535); Green value is 149 (58.59% from 255 or 27.85% from 535); Blue value is 189 (74.22% from 255 or 35.33% from 535); Max value from RGB is 197 - color contains mainly: red. Hex color #C595BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595BD is #3A6A42. Grayscale: #A7A7A7. Windows color (decimal): -3828291 or 12424645. OLE color: 12424645.

HSL color Cylindrical-coordinate representation of color #C595BD: hue angle of 310º degrees, saturation: 0.29, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C595BD is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.23.

Color convert

RGB197149189-
CMYK00.240.040.23
HSL310º29.27%67.84%-
HSV(B)310º24.37%77.25%-
XYZ42.9637.0453.03-
YUV167.91139.9148.75-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.82%
GREEN value IS 149 (58.59% from 255) = 27.85%
BLUE value IS 189 (74.22% from 255) = 35.33%
R=36.82%
G=27.85%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19714918900.240.040.2331029.2767.84
HexC595BD0184171361d44
Octal30522527503042746635104
Binary11000101100101011011110101100010010111100110110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595BD; }

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

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

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

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

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

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

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

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