#C59EDD

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

Shades of Wisteria #C59EDD

Tints of Wisteria #C59EDD

Color information

#C59EDD (or 0xC59EDD) is unknown color: approx Wisteria. HEX triplet: C5, 9E and DD. RGB value is (197,158,221). Sum of RGB (Red+Green+Blue) = 197+158+221=576 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.20% from 576); Green value is 158 (62.11% from 255 or 27.43% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #C59EDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59EDD is #3A6122. Grayscale: #B0B0B0. Windows color (decimal): -3825955 or 14524101. OLE color: 14524101.

HSL color Cylindrical-coordinate representation of color #C59EDD: hue angle of 277.14º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C59EDD is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197158221-
CMYK0.110.2900.13
HSL277.14º48.09%74.31%-
HSV(B)277.14º28.51%86.67%-
XYZ48.341.5473.88-
YUV176.84152.92142.38-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.20%
GREEN value IS 158 (62.11% from 255) = 27.43%
BLUE value IS 221 (86.72% from 255) = 38.37%
R=34.20%
G=27.43%
B=38.37%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971582210.110.2900.13277.1448.0974.31
HexC59EDDB1D0D115304a
Octal305236335133501542560112
Binary110001011001111011011101101111101011011000101011100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59EDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59EDD; }

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

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

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

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

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

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

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

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