#C490D0

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

Shades of Wisteria #C490D0

Tints of Wisteria #C490D0

Color information

#C490D0 (or 0xC490D0) is unknown color: approx Wisteria. HEX triplet: C4, 90 and D0. RGB value is (196,144,208). Sum of RGB (Red+Green+Blue) = 196+144+208=548 (72% of max value = 765). Red value is 196 (76.95% from 255 or 35.77% from 548); Green value is 144 (56.64% from 255 or 26.28% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #C490D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C490D0 is #3B6F2F. Grayscale: #A6A6A6. Windows color (decimal): -3895088 or 13668548. OLE color: 13668548.

HSL color Cylindrical-coordinate representation of color #C490D0: hue angle of 288.75º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C490D0 is Cyan = 0.06, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB196144208-
CMYK0.060.3100.18
HSL288.75º40.51%69.02%-
HSV(B)288.75º30.77%81.57%-
XYZ44.1236.2464.34-
YUV166.84151.23148.8-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 35.77%
GREEN value IS 144 (56.64% from 255) = 26.28%
BLUE value IS 208 (81.64% from 255) = 37.96%
R=35.77%
G=26.28%
B=37.96%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1961442080.060.3100.18288.7540.5169.02
HexC490D061F0121212945
Octal30422032063702244151105
Binary110001001001000011010000110111110100101001000011010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490D0; }

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

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

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

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

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

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

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

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