#C595DE

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

Shades of Wisteria #C595DE

Tints of Wisteria #C595DE

Color information

#C595DE (or 0xC595DE) is unknown color: approx Wisteria. HEX triplet: C5, 95 and DE. RGB value is (197,149,222). Sum of RGB (Red+Green+Blue) = 197+149+222=568 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.68% from 568); Green value is 149 (58.59% from 255 or 26.23% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #C595DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595DE is #3A6A21. Grayscale: #ABABAB. Windows color (decimal): -3828258 or 14587333. OLE color: 14587333.

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

Color convert

RGB197149222-
CMYK0.110.3300.13
HSL279.45º52.52%72.75%-
HSV(B)279.45º32.88%87.06%-
XYZ46.9638.6474.09-
YUV171.67156.4146.06-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.68%
GREEN value IS 149 (58.59% from 255) = 26.23%
BLUE value IS 222 (87.11% from 255) = 39.08%
R=34.68%
G=26.23%
B=39.08%

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
Decimal1971492220.110.3300.13279.4552.5272.75
HexC595DEB210D1173549
Octal305225336134101542765111
Binary1100010110010101110111101011100001011011000101111101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595DE; }

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

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

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

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

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

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

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

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