#C58FF7

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

Shades of Wisteria #C58FF7

Tints of Wisteria #C58FF7

Color information

#C58FF7 (or 0xC58FF7) is unknown color: approx Wisteria. HEX triplet: C5, 8F and F7. RGB value is (197,143,247). Sum of RGB (Red+Green+Blue) = 197+143+247=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 143 (56.25% from 255 or 24.36% from 587); Blue value is 247 (96.88% from 255 or 42.08% from 587); Max value from RGB is 247 - color contains mainly: blue. Hex color #C58FF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FF7 is #3A7008. Grayscale: #AAAAAA. Windows color (decimal): -3829769 or 16224197. OLE color: 16224197.

HSL color Cylindrical-coordinate representation of color #C58FF7: hue angle of 271.15º degrees, saturation: 0.87, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C58FF7 is Cyan = 0.20, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB197143247-
CMYK0.200.4200.03
HSL271.15º86.67%76.47%-
HSV(B)271.15º42.11%96.86%-
XYZ49.6438.2392.76-
YUV171170.89146.54-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.56%
GREEN value IS 143 (56.25% from 255) = 24.36%
BLUE value IS 247 (96.88% from 255) = 42.08%
R=33.56%
G=24.36%
B=42.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1971432470.200.4200.03271.1586.6776.47
HexC58FF7142A0310f574c
Octal305217367245203417127114
Binary1100010110001111111101111010010101001110000111110101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FF7; }

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

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

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

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

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

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

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

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