#C58BF9

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

Shades of Wisteria #C58BF9

Tints of Wisteria #C58BF9

Color information

#C58BF9 (or 0xC58BF9) is unknown color: approx Wisteria. HEX triplet: C5, 8B and F9. RGB value is (197,139,249). Sum of RGB (Red+Green+Blue) = 197+139+249=585 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.68% from 585); Green value is 139 (54.69% from 255 or 23.76% from 585); Blue value is 249 (97.66% from 255 or 42.56% from 585); Max value from RGB is 249 - color contains mainly: blue. Hex color #C58BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BF9 is #3A7406. Grayscale: #A8A8A8. Windows color (decimal): -3830791 or 16354245. OLE color: 16354245.

HSL color Cylindrical-coordinate representation of color #C58BF9: hue angle of 271.64º 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 #C58BF9 is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197139249-
CMYK0.210.4400.02
HSL271.64º90.16%76.08%-
HSV(B)271.64º44.18%97.65%-
XYZ49.3637.1894.2-
YUV168.88173.22148.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.68%
GREEN value IS 139 (54.69% from 255) = 23.76%
BLUE value IS 249 (97.66% from 255) = 42.56%
R=33.68%
G=23.76%
B=42.56%

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
Decimal1971392490.210.4400.02271.6490.1676.08
HexC58BF9152C021105a4c
Octal305213371255402420132114
Binary1100010110001011111110011010110110001010001000010110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BF9; }

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

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

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

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

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

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

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

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