#C595DD

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

Shades of Wisteria #C595DD

Tints of Wisteria #C595DD

Color information

#C595DD (or 0xC595DD) is unknown color: approx Wisteria. HEX triplet: C5, 95 and DD. RGB value is (197,149,221). Sum of RGB (Red+Green+Blue) = 197+149+221=567 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.74% from 567); Green value is 149 (58.59% from 255 or 26.28% from 567); Blue value is 221 (86.72% from 255 or 38.98% from 567); Max value from RGB is 221 - color contains mainly: blue. Hex color #C595DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595DD is #3A6A22. Grayscale: #ABABAB. Windows color (decimal): -3828259 or 14521797. OLE color: 14521797.

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

Color convert

RGB197149221-
CMYK0.110.3300.13
HSL280º51.43%72.55%-
HSV(B)280º32.58%86.67%-
XYZ46.8238.5973.39-
YUV171.56155.9146.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.74%
GREEN value IS 149 (58.59% from 255) = 26.28%
BLUE value IS 221 (86.72% from 255) = 38.98%
R=34.74%
G=26.28%
B=38.98%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971492210.110.3300.1328051.4372.55
HexC595DDB210D1183349
Octal305225335134101543063111
Binary1100010110010101110111011011100001011011000110001100111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595DD; }

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

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

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

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

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

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

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

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