#C595E0

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

Shades of Wisteria #C595E0

Tints of Wisteria #C595E0

Color information

#C595E0 (or 0xC595E0) is unknown color: approx Wisteria. HEX triplet: C5, 95 and E0. RGB value is (197,149,224). Sum of RGB (Red+Green+Blue) = 197+149+224=570 (75% of max value = 765). Red value is 197 (77.34% from 255 or 34.56% from 570); Green value is 149 (58.59% from 255 or 26.14% from 570); Blue value is 224 (87.89% from 255 or 39.30% from 570); Max value from RGB is 224 - color contains mainly: blue. Hex color #C595E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595E0 is #3A6A1F. Grayscale: #ABABAB. Windows color (decimal): -3828256 or 14718405. OLE color: 14718405.

HSL color Cylindrical-coordinate representation of color #C595E0: hue angle of 278.4º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C595E0 is Cyan = 0.12, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB197149224-
CMYK0.120.3300.12
HSL278.4º54.74%73.14%-
HSV(B)278.4º33.48%87.84%-
XYZ47.2338.7575.51-
YUV171.9157.4145.9-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.56%
GREEN value IS 149 (58.59% from 255) = 26.14%
BLUE value IS 224 (87.89% from 255) = 39.30%
R=34.56%
G=26.14%
B=39.30%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1971492240.120.3300.12278.454.7473.14
HexC595E0C210C1163749
Octal305225340144101442667111
Binary1100010110010101111000001100100001011001000101101101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595E0; }

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

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

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

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

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

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

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

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