#C58CFB

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

Shades of Wisteria #C58CFB

Tints of Wisteria #C58CFB

Color information

#C58CFB (or 0xC58CFB) is unknown color: approx Wisteria. HEX triplet: C5, 8C and FB. RGB value is (197,140,251). Sum of RGB (Red+Green+Blue) = 197+140+251=588 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.50% from 588); Green value is 140 (55.08% from 255 or 23.81% from 588); Blue value is 251 (98.44% from 255 or 42.69% from 588); Max value from RGB is 251 - color contains mainly: blue. Hex color #C58CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58CFB is #3A7304. Grayscale: #A9A9A9. Windows color (decimal): -3830533 or 16485573. OLE color: 16485573.

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

Color convert

RGB197140251-
CMYK0.220.4400.02
HSL270.81º93.28%76.67%-
HSV(B)270.81º44.22%98.43%-
XYZ49.8237.5995.9-
YUV169.7173.88147.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.50%
GREEN value IS 140 (55.08% from 255) = 23.81%
BLUE value IS 251 (98.44% from 255) = 42.69%
R=33.50%
G=23.81%
B=42.69%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971402510.220.4400.02270.8193.2876.67
HexC58CFB162C0210f5d4d
Octal305214373265402417135115
Binary1100010110001100111110111011010110001010000111110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58CFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58CFB; }

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

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

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

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

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

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

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

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