#C58CF6

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

Shades of Wisteria #C58CF6

Tints of Wisteria #C58CF6

Color information

#C58CF6 (or 0xC58CF6) is unknown color: approx Wisteria. HEX triplet: C5, 8C and F6. RGB value is (197,140,246). Sum of RGB (Red+Green+Blue) = 197+140+246=583 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.79% from 583); Green value is 140 (55.08% from 255 or 24.01% from 583); Blue value is 246 (96.48% from 255 or 42.20% from 583); Max value from RGB is 246 - color contains mainly: blue. Hex color #C58CF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CF6 is #3A7309. Grayscale: #A8A8A8. Windows color (decimal): -3830538 or 16157893. OLE color: 16157893.

HSL color Cylindrical-coordinate representation of color #C58CF6: hue angle of 272.26º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C58CF6 is Cyan = 0.20, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB197140246-
CMYK0.200.4300.04
HSL272.26º85.48%75.69%-
HSV(B)272.26º43.09%96.47%-
XYZ49.0437.2891.8-
YUV169.13171.38147.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.79%
GREEN value IS 140 (55.08% from 255) = 24.01%
BLUE value IS 246 (96.48% from 255) = 42.20%
R=33.79%
G=24.01%
B=42.20%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1971402460.200.4300.04272.2685.4875.69
HexC58CF6142B04110554c
Octal305214366245304420125114
Binary11000101100011001111011010100101011010010001000010101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CF6; }

 p { color: rgb(197,140,246); }

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

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

 a { background-color: rgb(197,140,246); }

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

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

 span { border-color: rgb(197,140,246); }

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