#C58FED

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

Shades of Wisteria #C58FED

Tints of Wisteria #C58FED

Color information

#C58FED (or 0xC58FED) is unknown color: approx Wisteria. HEX triplet: C5, 8F and ED. RGB value is (197,143,237). Sum of RGB (Red+Green+Blue) = 197+143+237=577 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.14% from 577); Green value is 143 (56.25% from 255 or 24.78% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #C58FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C58FED is #3A7012. Grayscale: #A9A9A9. Windows color (decimal): -3829779 or 15568837. OLE color: 15568837.

HSL color Cylindrical-coordinate representation of color #C58FED: hue angle of 274.47º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C58FED is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB197143237-
CMYK0.170.4000.07
HSL274.47º72.31%74.51%-
HSV(B)274.47º39.66%92.94%-
XYZ48.1337.6384.85-
YUV169.86165.89147.36-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.14%
GREEN value IS 143 (56.25% from 255) = 24.78%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=34.14%
G=24.78%
B=41.07%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971432370.170.4000.07274.4772.3174.51
HexC58FED112807112484b
Octal305217355215007422110113
Binary11000101100011111110110110001101000011110001001010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58FED; }

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

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

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

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

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

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

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

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