#C593DB

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

Shades of Wisteria #C593DB

Tints of Wisteria #C593DB

Color information

#C593DB (or 0xC593DB) is unknown color: approx Wisteria. HEX triplet: C5, 93 and DB. RGB value is (197,147,219). Sum of RGB (Red+Green+Blue) = 197+147+219=563 (74% of max value = 765). Red value is 197 (77.34% from 255 or 34.99% from 563); Green value is 147 (57.81% from 255 or 26.11% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #C593DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C593DB is #3A6C24. Grayscale: #A9A9A9. Windows color (decimal): -3828773 or 14390213. OLE color: 14390213.

HSL color Cylindrical-coordinate representation of color #C593DB: hue angle of 281.67º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C593DB is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB197147219-
CMYK0.100.3300.14
HSL281.67º50%71.76%-
HSV(B)281.67º32.88%85.88%-
XYZ46.2537.8571.89-
YUV170.16155.56147.15-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 34.99%
GREEN value IS 147 (57.81% from 255) = 26.11%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=34.99%
G=26.11%
B=38.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1971472190.100.3300.14281.675071.76
HexC593DBA210E11a3248
Octal305223333124101643262110
Binary1100010110010011110110111010100001011101000110101100101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C593DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C593DB; }

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

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

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

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

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

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

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

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