#C59CDE

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

Shades of Wisteria #C59CDE

Tints of Wisteria #C59CDE

Color information

#C59CDE (or 0xC59CDE) is unknown color: approx Wisteria. HEX triplet: C5, 9C and DE. RGB value is (197,156,222). Sum of RGB (Red+Green+Blue) = 197+156+222=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 156 (61.33% from 255 or 27.13% from 575); Blue value is 222 (87.11% from 255 or 38.61% from 575); Max value from RGB is 222 - color contains mainly: blue. Hex color #C59CDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59CDE is #3A6321. Grayscale: #AFAFAF. Windows color (decimal): -3826466 or 14589125. OLE color: 14589125.

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

Color convert

RGB197156222-
CMYK0.110.3000.13
HSL277.27º50%74.12%-
HSV(B)277.27º29.73%87.06%-
XYZ48.140.9274.47-
YUV175.78154.08143.13-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 156 (61.33% from 255) = 27.13%
BLUE value IS 222 (87.11% from 255) = 38.61%
R=34.26%
G=27.13%
B=38.61%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971562220.110.3000.13277.275074.12
HexC59CDEB1E0D115324a
Octal305234336133601542562112
Binary110001011001110011011110101111110011011000101011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59CDE; }

 p { color: rgb(197,156,222); }

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

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

 a { background-color: rgb(197,156,222); }

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

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

 span { border-color: rgb(197,156,222); }

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