#C490FE

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

Shades of Wisteria #C490FE

Tints of Wisteria #C490FE

Color information

#C490FE (or 0xC490FE) is unknown color: approx Wisteria. HEX triplet: C4, 90 and FE. RGB value is (196,144,254). Sum of RGB (Red+Green+Blue) = 196+144+254=594 (78% of max value = 765). Red value is 196 (76.95% from 255 or 33.00% from 594); Green value is 144 (56.64% from 255 or 24.24% from 594); Blue value is 254 (99.61% from 255 or 42.76% from 594); Max value from RGB is 254 - color contains mainly: blue. Hex color #C490FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C490FE is #3B6F01. Grayscale: #ABABAB. Windows color (decimal): -3895042 or 16683204. OLE color: 16683204.

HSL color Cylindrical-coordinate representation of color #C490FE: hue angle of 268.36º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C490FE is Cyan = 0.23, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB196144254-
CMYK0.230.4300.00
HSL268.36º98.21%78.04%-
HSV(B)268.36º43.31%99.61%-
XYZ50.6338.8498.59-
YUV172.09174.23145.06-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 33.00%
GREEN value IS 144 (56.64% from 255) = 24.24%
BLUE value IS 254 (99.61% from 255) = 42.76%
R=33.00%
G=24.24%
B=42.76%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1961442540.230.4300.00268.3698.2178.04
HexC490FE172B0010c624e
Octal304220376275300414142116
Binary110001001001000011111110101111010110010000110011000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C490FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C490FE; }

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

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

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

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

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

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

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

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