#C585CA

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

Shades of Lilac #C585CA

Tints of Lilac #C585CA

Color information

#C585CA (or 0xC585CA) is unknown color: approx Lilac. HEX triplet: C5, 85 and CA. RGB value is (197,133,202). Sum of RGB (Red+Green+Blue) = 197+133+202=532 (70% of max value = 765). Red value is 197 (77.34% from 255 or 37.03% from 532); Green value is 133 (52.34% from 255 or 25% from 532); Blue value is 202 (79.30% from 255 or 37.97% from 532); Max value from RGB is 202 - color contains mainly: blue. Hex color #C585CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585CA is #3A7A35. Grayscale: #9F9F9F. Windows color (decimal): -3832374 or 13272517. OLE color: 13272517.

HSL color Cylindrical-coordinate representation of color #C585CA: hue angle of 295.65º degrees, saturation: 0.39, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C585CA is Cyan = 0.02, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB197133202-
CMYK0.020.3400.21
HSL295.65º39.43%65.69%-
HSV(B)295.65º34.16%79.22%-
XYZ42.0732.9160.01-
YUV160151.7154.39-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 37.03%
GREEN value IS 133 (52.34% from 255) = 25%
BLUE value IS 202 (79.30% from 255) = 37.97%
R=37.03%
G=25%
B=37.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1971332020.020.3400.21295.6539.4365.69
HexC585CA2220151282742
Octal30520531224202545047102
Binary110001011000010111001010101000100101011001010001001111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585CA; }

 p { color: rgb(197,133,202); }

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

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

 a { background-color: rgb(197,133,202); }

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

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

 span { border-color: rgb(197,133,202); }

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