#C59ED2

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

Shades of Wisteria #C59ED2

Tints of Wisteria #C59ED2

Color information

#C59ED2 (or 0xC59ED2) is unknown color: approx Wisteria. HEX triplet: C5, 9E and D2. RGB value is (197,158,210). Sum of RGB (Red+Green+Blue) = 197+158+210=565 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.87% from 565); Green value is 158 (62.11% from 255 or 27.96% from 565); Blue value is 210 (82.42% from 255 or 37.17% from 565); Max value from RGB is 210 - color contains mainly: blue. Hex color #C59ED2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59ED2 is #3A612D. Grayscale: #AFAFAF. Windows color (decimal): -3825966 or 13803205. OLE color: 13803205.

HSL color Cylindrical-coordinate representation of color #C59ED2: hue angle of 285º degrees, saturation: 0.37, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #C59ED2 is Cyan = 0.06, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197158210-
CMYK0.060.2500.18
HSL285º36.62%72.16%-
HSV(B)285º24.76%82.35%-
XYZ46.8940.9866.41-
YUV175.59147.42143.27-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.87%
GREEN value IS 158 (62.11% from 255) = 27.96%
BLUE value IS 210 (82.42% from 255) = 37.17%
R=34.87%
G=27.96%
B=37.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971582100.060.2500.1828536.6272.16
HexC59ED261901211d2548
Octal30523632263102243545110
Binary110001011001111011010010110110010100101000111011001011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59ED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59ED2; }

 p { color: rgb(197,158,210); }

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

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

 a { background-color: rgb(197,158,210); }

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

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

 span { border-color: rgb(197,158,210); }

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