#C590DD

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

Shades of Wisteria #C590DD

Tints of Wisteria #C590DD

Color information

#C590DD (or 0xC590DD) is unknown color: approx Wisteria. HEX triplet: C5, 90 and DD. RGB value is (197,144,221). Sum of RGB (Red+Green+Blue) = 197+144+221=562 (74% of max value = 765). Red value is 197 (77.34% from 255 or 35.05% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 221 (86.72% from 255 or 39.32% from 562); Max value from RGB is 221 - color contains mainly: blue. Hex color #C590DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C590DD is #3A6F22. Grayscale: #A8A8A8. Windows color (decimal): -3829539 or 14520517. OLE color: 14520517.

HSL color Cylindrical-coordinate representation of color #C590DD: hue angle of 281.3º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C590DD is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB197144221-
CMYK0.110.3500.13
HSL281.3º53.1%71.57%-
HSV(B)281.3º34.84%86.67%-
XYZ46.0537.0473.13-
YUV168.62157.56148.24-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 35.05%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 221 (86.72% from 255) = 39.32%
R=35.05%
G=25.62%
B=39.32%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1971442210.110.3500.13281.353.171.57
HexC590DDB230D1193548
Octal305220335134301543165110
Binary1100010110010000110111011011100011011011000110011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C590DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C590DD; }

 p { color: rgb(197,144,221); }

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

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

 a { background-color: rgb(197,144,221); }

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

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

 span { border-color: rgb(197,144,221); }

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