#C58CF9

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

Shades of Wisteria #C58CF9

Tints of Wisteria #C58CF9

Color information

#C58CF9 (or 0xC58CF9) is unknown color: approx Wisteria. HEX triplet: C5, 8C and F9. RGB value is (197,140,249). Sum of RGB (Red+Green+Blue) = 197+140+249=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 140 (55.08% from 255 or 23.89% from 586); Blue value is 249 (97.66% from 255 or 42.49% from 586); Max value from RGB is 249 - color contains mainly: blue. Hex color #C58CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CF9 is #3A7306. Grayscale: #A9A9A9. Windows color (decimal): -3830535 or 16354501. OLE color: 16354501.

HSL color Cylindrical-coordinate representation of color #C58CF9: hue angle of 271.38º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C58CF9 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197140249-
CMYK0.210.4400.02
HSL271.38º90.08%76.27%-
HSV(B)271.38º43.78%97.65%-
XYZ49.537.4794.25-
YUV169.47172.88147.64-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.62%
GREEN value IS 140 (55.08% from 255) = 23.89%
BLUE value IS 249 (97.66% from 255) = 42.49%
R=33.62%
G=23.89%
B=42.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971402490.210.4400.02271.3890.0876.27
HexC58CF9152C0210f5a4c
Octal305214371255402417132114
Binary1100010110001100111110011010110110001010000111110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CF9; }

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

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

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

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

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

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

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

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