#C595F0

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

Shades of Wisteria #C595F0

Tints of Wisteria #C595F0

Color information

#C595F0 (or 0xC595F0) is unknown color: approx Wisteria. HEX triplet: C5, 95 and F0. RGB value is (197,149,240). Sum of RGB (Red+Green+Blue) = 197+149+240=586 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.62% from 586); Green value is 149 (58.59% from 255 or 25.43% from 586); Blue value is 240 (94.14% from 255 or 40.96% from 586); Max value from RGB is 240 - color contains mainly: blue. Hex color #C595F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595F0 is #3A6A0F. Grayscale: #ADADAD. Windows color (decimal): -3828240 or 15766981. OLE color: 15766981.

HSL color Cylindrical-coordinate representation of color #C595F0: hue angle of 271.65º degrees, saturation: 0.75, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C595F0 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB197149240-
CMYK0.180.3800.06
HSL271.65º75.21%76.27%-
HSV(B)271.65º37.92%94.12%-
XYZ49.539.6687.48-
YUV173.73165.4144.6-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.62%
GREEN value IS 149 (58.59% from 255) = 25.43%
BLUE value IS 240 (94.14% from 255) = 40.96%
R=33.62%
G=25.43%
B=40.96%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1971492400.180.3800.06271.6575.2176.27
HexC595F01226061104b4c
Octal305225360224606420113114
Binary11000101100101011111000010010100110011010001000010010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595F0; }

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

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

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

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

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

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

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

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