#C490DF

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

Shades of Wisteria #C490DF

Tints of Wisteria #C490DF

Color information

#C490DF (or 0xC490DF) is unknown color: approx Wisteria. HEX triplet: C4, 90 and DF. RGB value is (196,144,223). Sum of RGB (Red+Green+Blue) = 196+144+223=563 (74% of max value = 765). Red value is 196 (76.95% from 255 or 34.81% from 563); Green value is 144 (56.64% from 255 or 25.58% from 563); Blue value is 223 (87.5% from 255 or 39.61% from 563); Max value from RGB is 223 - color contains mainly: blue. Hex color #C490DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490DF is #3B6F20. Grayscale: #A8A8A8. Windows color (decimal): -3895073 or 14651588. OLE color: 14651588.

HSL color Cylindrical-coordinate representation of color #C490DF: hue angle of 279.49º degrees, saturation: 0.55, 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 #C490DF is Cyan = 0.12, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB196144223-
CMYK0.120.3500.13
HSL279.49º55.24%71.96%-
HSV(B)279.49º35.43%87.45%-
XYZ46.0637.0174.53-
YUV168.55158.73147.58-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 34.81%
GREEN value IS 144 (56.64% from 255) = 25.58%
BLUE value IS 223 (87.5% from 255) = 39.61%
R=34.81%
G=25.58%
B=39.61%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1961442230.120.3500.13279.4955.2471.96
HexC490DFC230D1173748
Octal304220337144301542767110
Binary1100010010010000110111111100100011011011000101111101111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490DF; }

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

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

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

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

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

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

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

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