#C59DDD

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

Shades of Wisteria #C59DDD

Tints of Wisteria #C59DDD

Color information

#C59DDD (or 0xC59DDD) is unknown color: approx Wisteria. HEX triplet: C5, 9D and DD. RGB value is (197,157,221). Sum of RGB (Red+Green+Blue) = 197+157+221=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 157 (61.72% from 255 or 27.30% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #C59DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59DDD is #3A6222. Grayscale: #B0B0B0. Windows color (decimal): -3826211 or 14523845. OLE color: 14523845.

HSL color Cylindrical-coordinate representation of color #C59DDD: hue angle of 277.5º 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 #C59DDD is Cyan = 0.11, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197157221-
CMYK0.110.2900.13
HSL277.5º48.48%74.12%-
HSV(B)277.5º28.96%86.67%-
XYZ48.1341.273.82-
YUV176.26153.25142.8-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 157 (61.72% from 255) = 27.30%
BLUE value IS 221 (86.72% from 255) = 38.43%
R=34.26%
G=27.30%
B=38.43%

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
Decimal1971572210.110.2900.13277.548.4874.12
HexC59DDDB1D0D116304a
Octal305235335133501542660112
Binary110001011001110111011101101111101011011000101101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59DDD; }

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

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

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

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

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

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

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

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