#C595F9

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

Shades of Wisteria #C595F9

Tints of Wisteria #C595F9

Color information

#C595F9 (or 0xC595F9) is unknown color: approx Wisteria. HEX triplet: C5, 95 and F9. RGB value is (197,149,249). Sum of RGB (Red+Green+Blue) = 197+149+249=595 (78% of max value = 765). Red value is 197 (77.34% from 255 or 33.11% from 595); Green value is 149 (58.59% from 255 or 25.04% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #C595F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595F9 is #3A6A06. Grayscale: #AEAEAE. Windows color (decimal): -3828231 or 16356805. OLE color: 16356805.

HSL color Cylindrical-coordinate representation of color #C595F9: hue angle of 268.8º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C595F9 is Cyan = 0.21, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB197149249-
CMYK0.210.4000.02
HSL268.8º89.29%78.04%-
HSV(B)268.8º40.16%97.65%-
XYZ50.8740.294.7-
YUV174.75169.9143.87-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.11%
GREEN value IS 149 (58.59% from 255) = 25.04%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=33.11%
G=25.04%
B=41.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1971492490.210.4000.02268.889.2978.04
HexC595F915280210d594e
Octal305225371255002415131116
Binary1100010110010101111110011010110100001010000110110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595F9; }

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

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

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

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

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

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

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

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