#C58FDC

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

Shades of Wisteria #C58FDC

Tints of Wisteria #C58FDC

Color information

#C58FDC (or 0xC58FDC) is unknown color: approx Wisteria. HEX triplet: C5, 8F and DC. RGB value is (197,143,220). Sum of RGB (Red+Green+Blue) = 197+143+220=560 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.18% from 560); Green value is 143 (56.25% from 255 or 25.54% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #C58FDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C58FDC is #3A7023. Grayscale: #A7A7A7. Windows color (decimal): -3829796 or 14454725. OLE color: 14454725.

HSL color Cylindrical-coordinate representation of color #C58FDC: hue angle of 282.08º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C58FDC is Cyan = 0.10, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197143220-
CMYK0.100.3500.14
HSL282.08º52.38%71.18%-
HSV(B)282.08º35%86.27%-
XYZ45.7736.6872.38-
YUV167.92157.39148.74-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.18%
GREEN value IS 143 (56.25% from 255) = 25.54%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=35.18%
G=25.54%
B=39.29%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971432200.100.3500.14282.0852.3871.18
HexC58FDCA230E11a3447
Octal305217334124301643264107
Binary1100010110001111110111001010100011011101000110101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FDC; }

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

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

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

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

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

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

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

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