#C490DC

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

Shades of Wisteria #C490DC

Tints of Wisteria #C490DC

Color information

#C490DC (or 0xC490DC) is unknown color: approx Wisteria. HEX triplet: C4, 90 and DC. RGB value is (196,144,220). Sum of RGB (Red+Green+Blue) = 196+144+220=560 (74% of max value = 765). Red value is 196 (76.95% from 255 or 35% from 560); Green value is 144 (56.64% from 255 or 25.71% from 560); Blue value is 220 (86.33% from 255 or 39.29% from 560); Max value from RGB is 220 - color contains mainly: blue. Hex color #C490DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490DC is #3B6F23. Grayscale: #A7A7A7. Windows color (decimal): -3895076 or 14454980. OLE color: 14454980.

HSL color Cylindrical-coordinate representation of color #C490DC: hue angle of 281.05º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C490DC is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB196144220-
CMYK0.110.3500.14
HSL281.05º52.05%71.37%-
HSV(B)281.05º34.55%86.27%-
XYZ45.6636.8572.42-
YUV168.21157.23147.82-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35%
GREEN value IS 144 (56.64% from 255) = 25.71%
BLUE value IS 220 (86.33% from 255) = 39.29%
R=35%
G=25.71%
B=39.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1961442200.110.3500.14281.0552.0571.37
HexC490DCB230E1193447
Octal304220334134301643164107
Binary1100010010010000110111001011100011011101000110011101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490DC; }

 p { color: rgb(196,144,220); }

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

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

 a { background-color: rgb(196,144,220); }

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

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

 span { border-color: rgb(196,144,220); }

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