#C595F1

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

Shades of Wisteria #C595F1

Tints of Wisteria #C595F1

Color information

#C595F1 (or 0xC595F1) is unknown color: approx Wisteria. HEX triplet: C5, 95 and F1. RGB value is (197,149,241). Sum of RGB (Red+Green+Blue) = 197+149+241=587 (77% of max value = 765). Red value is 197 (77.34% from 255 or 33.56% from 587); Green value is 149 (58.59% from 255 or 25.38% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #C595F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C595F1 is #3A6A0E. Grayscale: #ADADAD. Windows color (decimal): -3828239 or 15832517. OLE color: 15832517.

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

Color convert

RGB197149241-
CMYK0.180.3800.05
HSL271.3º76.67%76.47%-
HSV(B)271.3º38.17%94.51%-
XYZ49.6539.7288.27-
YUV173.84165.9144.52-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 33.56%
GREEN value IS 149 (58.59% from 255) = 25.38%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=33.56%
G=25.38%
B=41.06%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1971492410.180.3800.05271.376.6776.47
HexC595F112260510f4d4c
Octal305225361224605417115114
Binary11000101100101011111000110010100110010110000111110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595F1; }

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

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

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

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

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

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

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

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