#C595D2

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

Shades of Wisteria #C595D2

Tints of Wisteria #C595D2

Color information

#C595D2 (or 0xC595D2) is unknown color: approx Wisteria. HEX triplet: C5, 95 and D2. RGB value is (197,149,210). Sum of RGB (Red+Green+Blue) = 197+149+210=556 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.43% from 556); Green value is 149 (58.59% from 255 or 26.80% from 556); Blue value is 210 (82.42% from 255 or 37.77% from 556); Max value from RGB is 210 - color contains mainly: blue. Hex color #C595D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595D2 is #3A6A2D. Grayscale: #AAAAAA. Windows color (decimal): -3828270 or 13800901. OLE color: 13800901.

HSL color Cylindrical-coordinate representation of color #C595D2: hue angle of 287.21º degrees, saturation: 0.4, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C595D2 is Cyan = 0.06, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197149210-
CMYK0.060.2900.18
HSL287.21º40.4%70.39%-
HSV(B)287.21º29.05%82.35%-
XYZ45.4138.0265.92-
YUV170.31150.4147.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.43%
GREEN value IS 149 (58.59% from 255) = 26.80%
BLUE value IS 210 (82.42% from 255) = 37.77%
R=35.43%
G=26.80%
B=37.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971492100.060.2900.18287.2140.470.39
HexC595D261D01211f2846
Octal30522532263502243750106
Binary110001011001010111010010110111010100101000111111010001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595D2; }

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

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

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

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

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

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

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

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