#C59BDF

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

Shades of Wisteria #C59BDF

Tints of Wisteria #C59BDF

Color information

#C59BDF (or 0xC59BDF) is unknown color: approx Wisteria. HEX triplet: C5, 9B and DF. RGB value is (197,155,223). Sum of RGB (Red+Green+Blue) = 197+155+223=575 (76% of max value = 765). Red value is 197 (77.34% from 255 or 34.26% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 223 (87.5% from 255 or 38.78% from 575); Max value from RGB is 223 - color contains mainly: blue. Hex color #C59BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C59BDF is #3A6420. Grayscale: #AFAFAF. Windows color (decimal): -3826721 or 14654405. OLE color: 14654405.

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

Color convert

RGB197155223-
CMYK0.120.3000.13
HSL277.06º51.52%74.12%-
HSV(B)277.06º30.49%87.45%-
XYZ48.0740.6475.12-
YUV175.31154.91143.47-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.26%
GREEN value IS 155 (60.94% from 255) = 26.96%
BLUE value IS 223 (87.5% from 255) = 38.78%
R=34.26%
G=26.96%
B=38.78%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971552230.120.3000.13277.0651.5274.12
HexC59BDFC1E0D115344a
Octal305233337143601542564112
Binary110001011001101111011111110011110011011000101011101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C59BDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C59BDF; }

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

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

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

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

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

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

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

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