#C581ED

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

Shades of Wisteria #C581ED

Tints of Wisteria #C581ED

Color information

#C581ED (or 0xC581ED) is unknown color: approx Wisteria. HEX triplet: C5, 81 and ED. RGB value is (197,129,237). Sum of RGB (Red+Green+Blue) = 197+129+237=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 129 (50.78% from 255 or 22.91% from 563); Blue value is 237 (92.97% from 255 or 42.10% from 563); Max value from RGB is 237 - color contains mainly: blue. Hex color #C581ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C581ED is #3A7E12. Grayscale: #A1A1A1. Windows color (decimal): -3833363 or 15565253. OLE color: 15565253.

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

Color convert

RGB197129237-
CMYK0.170.4600.07
HSL277.78º75%71.76%-
HSV(B)277.78º45.57%92.94%-
XYZ46.1633.6984.19-
YUV161.64170.53153.22-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 129 (50.78% from 255) = 22.91%
BLUE value IS 237 (92.97% from 255) = 42.10%
R=34.99%
G=22.91%
B=42.10%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1971292370.170.4600.07277.787571.76
HexC581ED112E071164b48
Octal305201355215607426113110
Binary11000101100000011110110110001101110011110001011010010111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C581ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C581ED; }

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

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

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

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

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

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

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

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