#C59BDE

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

Shades of Wisteria #C59BDE

Tints of Wisteria #C59BDE

Color information

#C59BDE (or 0xC59BDE) is unknown color: approx Wisteria. HEX triplet: C5, 9B and DE. RGB value is (197,155,222). Sum of RGB (Red+Green+Blue) = 197+155+222=574 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.32% from 574); Green value is 155 (60.94% from 255 or 27.00% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #C59BDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BDE is #3A6421. Grayscale: #AEAEAE. Windows color (decimal): -3826722 or 14588869. OLE color: 14588869.

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

Color convert

RGB197155222-
CMYK0.110.3000.13
HSL277.61º50.38%73.92%-
HSV(B)277.61º30.18%87.06%-
XYZ47.9340.5974.42-
YUV175.2154.41143.55-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.32%
GREEN value IS 155 (60.94% from 255) = 27.00%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=34.32%
G=27.00%
B=38.68%

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
Decimal1971552220.110.3000.13277.6150.3873.92
HexC59BDEB1E0D116324a
Octal305233336133601542662112
Binary110001011001101111011110101111110011011000101101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59BDE; }

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

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

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

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

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

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

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

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