#C58BCE

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

Shades of Lilac #C58BCE

Tints of Lilac #C58BCE

Color information

#C58BCE (or 0xC58BCE) is unknown color: approx Lilac. HEX triplet: C5, 8B and CE. RGB value is (197,139,206). Sum of RGB (Red+Green+Blue) = 197+139+206=542 (71% of max value = 765). Red value is 197 (77.34% from 255 or 36.35% from 542); Green value is 139 (54.69% from 255 or 25.65% from 542); Blue value is 206 (80.86% from 255 or 38.01% from 542); Max value from RGB is 206 - color contains mainly: blue. Hex color #C58BCE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58BCE is #3A7431. Grayscale: #A3A3A3. Windows color (decimal): -3830834 or 13536197. OLE color: 13536197.

HSL color Cylindrical-coordinate representation of color #C58BCE: hue angle of 291.94º degrees, saturation: 0.41, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C58BCE is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB197139206-
CMYK0.040.3300.19
HSL291.94º40.61%67.65%-
HSV(B)291.94º32.52%80.78%-
XYZ43.434.7962.82-
YUV163.98151.72151.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.35%
GREEN value IS 139 (54.69% from 255) = 25.65%
BLUE value IS 206 (80.86% from 255) = 38.01%
R=36.35%
G=25.65%
B=38.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971392060.040.3300.19291.9440.6167.65
HexC58BCE4210131242944
Octal30521331644102344451104
Binary1100010110001011110011101001000010100111001001001010011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BCE; }

 p { color: rgb(197,139,206); }

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

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

 a { background-color: rgb(197,139,206); }

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

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

 span { border-color: rgb(197,139,206); }

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