#C58BFB

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

Shades of Wisteria #C58BFB

Tints of Wisteria #C58BFB

Color information

#C58BFB (or 0xC58BFB) is unknown color: approx Wisteria. HEX triplet: C5, 8B and FB. RGB value is (197,139,251). Sum of RGB (Red+Green+Blue) = 197+139+251=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 139 (54.69% from 255 or 23.68% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #C58BFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58BFB is #3A7404. Grayscale: #A8A8A8. Windows color (decimal): -3830789 or 16485317. OLE color: 16485317.

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

Color convert

RGB197139251-
CMYK0.220.4500.02
HSL271.07º93.33%76.47%-
HSV(B)271.07º44.62%98.43%-
XYZ49.6737.395.85-
YUV169.11174.22147.89-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.56%
GREEN value IS 139 (54.69% from 255) = 23.68%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=33.56%
G=23.68%
B=42.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971392510.220.4500.02271.0793.3376.47
HexC58BFB162D0210f5d4c
Octal305213373265502417135114
Binary1100010110001011111110111011010110101010000111110111011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58BFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58BFB; }

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

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

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

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

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

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

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

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