#C595D0

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

Shades of Wisteria #C595D0

Tints of Wisteria #C595D0

Color information

#C595D0 (or 0xC595D0) is unknown color: approx Wisteria. HEX triplet: C5, 95 and D0. RGB value is (197,149,208). Sum of RGB (Red+Green+Blue) = 197+149+208=554 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.56% from 554); Green value is 149 (58.59% from 255 or 26.90% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 208 - color contains mainly: blue. Hex color #C595D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C595D0 is #3A6A2F. Grayscale: #A9A9A9. Windows color (decimal): -3828272 or 13669829. OLE color: 13669829.

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

Color convert

RGB197149208-
CMYK0.050.2800.18
HSL288.81º38.56%70%-
HSV(B)288.81º28.37%81.57%-
XYZ45.1637.9264.61-
YUV170.08149.4147.2-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.56%
GREEN value IS 149 (58.59% from 255) = 26.90%
BLUE value IS 208 (81.64% from 255) = 37.55%
R=35.56%
G=26.90%
B=37.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971492080.050.2800.18288.8138.5670
HexC595D051C0121212746
Octal30522532053402244147106
Binary110001011001010111010000101111000100101001000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C595D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C595D0; }

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

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

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

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

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

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

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

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