#C490D8

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

Shades of Wisteria #C490D8

Tints of Wisteria #C490D8

Color information

#C490D8 (or 0xC490D8) is unknown color: approx Wisteria. HEX triplet: C4, 90 and D8. RGB value is (196,144,216). Sum of RGB (Red+Green+Blue) = 196+144+216=556 (73% of max value = 765). Red value is 196 (76.95% from 255 or 35.25% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 216 (84.77% from 255 or 38.85% from 556); Max value from RGB is 216 - color contains mainly: blue. Hex color #C490D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490D8 is #3B6F27. Grayscale: #A7A7A7. Windows color (decimal): -3895080 or 14192836. OLE color: 14192836.

HSL color Cylindrical-coordinate representation of color #C490D8: hue angle of 283.33º degrees, saturation: 0.48, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C490D8 is Cyan = 0.09, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB196144216-
CMYK0.090.3300.15
HSL283.33º48%70.59%-
HSV(B)283.33º33.33%84.71%-
XYZ45.1336.6469.66-
YUV167.76155.23148.15-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.25%
GREEN value IS 144 (56.64% from 255) = 25.90%
BLUE value IS 216 (84.77% from 255) = 38.85%
R=35.25%
G=25.90%
B=38.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1961442160.090.3300.15283.334870.59
HexC490D89210F11b3047
Octal304220330114101743360107
Binary1100010010010000110110001001100001011111000110111100001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490D8; }

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

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

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

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

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

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

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

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