#C585CF

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

Shades of Lilac #C585CF

Tints of Lilac #C585CF

Color information

#C585CF (or 0xC585CF) is unknown color: approx Lilac. HEX triplet: C5, 85 and CF. RGB value is (197,133,207). Sum of RGB (Red+Green+Blue) = 197+133+207=537 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.69% from 537); Green value is 133 (52.34% from 255 or 24.77% from 537); Blue value is 207 (81.25% from 255 or 38.55% from 537); Max value from RGB is 207 - color contains mainly: blue. Hex color #C585CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C585CF is #3A7A30. Grayscale: #A0A0A0. Windows color (decimal): -3832369 or 13600197. OLE color: 13600197.

HSL color Cylindrical-coordinate representation of color #C585CF: hue angle of 291.89º degrees, saturation: 0.44, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C585CF is Cyan = 0.05, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197133207-
CMYK0.050.3600.19
HSL291.89º43.53%66.67%-
HSV(B)291.89º35.75%81.18%-
XYZ42.6833.1563.18-
YUV160.57154.2153.98-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.69%
GREEN value IS 133 (52.34% from 255) = 24.77%
BLUE value IS 207 (81.25% from 255) = 38.55%
R=36.69%
G=24.77%
B=38.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971332070.050.3600.19291.8943.5366.67
HexC585CF5240131242c43
Octal30520531754402344454103
Binary1100010110000101110011111011001000100111001001001011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C585CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C585CF; }

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

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

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

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

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

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

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

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