#C58FCF

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

Shades of Lilac #C58FCF

Tints of Lilac #C58FCF

Color information

#C58FCF (or 0xC58FCF) is unknown color: approx Lilac. HEX triplet: C5, 8F and CF. RGB value is (197,143,207). Sum of RGB (Red+Green+Blue) = 197+143+207=547 (72% of max value = 765). Red value is 197 (77.34% from 255 or 36.01% from 547); Green value is 143 (56.25% from 255 or 26.14% from 547); Blue value is 207 (81.25% from 255 or 37.84% from 547); Max value from RGB is 207 - color contains mainly: blue. Hex color #C58FCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FCF is #3A7030. Grayscale: #A6A6A6. Windows color (decimal): -3829809 or 13602757. OLE color: 13602757.

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

Color convert

RGB197143207-
CMYK0.050.3100.19
HSL290.62º40%68.63%-
HSV(B)290.62º30.92%81.18%-
XYZ44.1136.0263.66-
YUV166.44150.89149.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 36.01%
GREEN value IS 143 (56.25% from 255) = 26.14%
BLUE value IS 207 (81.25% from 255) = 37.84%
R=36.01%
G=26.14%
B=37.84%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1971432070.050.3100.19290.624068.63
HexC58FCF51F0131232845
Octal30521731753702344350105
Binary110001011000111111001111101111110100111001000111010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FCF; }

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

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

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

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

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

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

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

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