#C593D0

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

Shades of Wisteria #C593D0

Tints of Wisteria #C593D0

Color information

#C593D0 (or 0xC593D0) is unknown color: approx Wisteria. HEX triplet: C5, 93 and D0. RGB value is (197,147,208). Sum of RGB (Red+Green+Blue) = 197+147+208=552 (73% of max value = 765). Red value is 197 (77.34% from 255 or 35.69% from 552); Green value is 147 (57.81% from 255 or 26.63% from 552); Blue value is 208 (81.64% from 255 or 37.68% from 552); Max value from RGB is 208 - color contains mainly: blue. Hex color #C593D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593D0 is #3A6C2F. Grayscale: #A8A8A8. Windows color (decimal): -3828784 or 13669317. OLE color: 13669317.

HSL color Cylindrical-coordinate representation of color #C593D0: hue angle of 289.18º degrees, saturation: 0.39, 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 #C593D0 is Cyan = 0.05, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB197147208-
CMYK0.050.2900.18
HSL289.18º39.35%69.61%-
HSV(B)289.18º29.33%81.57%-
XYZ44.8437.2964.51-
YUV168.9150.06148.04-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.69%
GREEN value IS 147 (57.81% from 255) = 26.63%
BLUE value IS 208 (81.64% from 255) = 37.68%
R=35.69%
G=26.63%
B=37.68%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1971472080.050.2900.18289.1839.3569.61
HexC593D051D0121212746
Octal30522332053502244147106
Binary110001011001001111010000101111010100101001000011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C593D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C593D0; }

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

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

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

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

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

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

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

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