#C290F8

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

Shades of Wisteria #C290F8

Tints of Wisteria #C290F8

Color information

#C290F8 (or 0xC290F8) is unknown color: approx Wisteria. HEX triplet: C2, 90 and F8. RGB value is (194,144,248). Sum of RGB (Red+Green+Blue) = 194+144+248=586 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.11% from 586); Green value is 144 (56.64% from 255 or 24.57% from 586); Blue value is 248 (97.27% from 255 or 42.32% from 586); Max value from RGB is 248 - color contains mainly: blue. Hex color #C290F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C290F8 is #3D6F07. Grayscale: #AAAAAA. Windows color (decimal): -4026120 or 16289986. OLE color: 16289986.

HSL color Cylindrical-coordinate representation of color #C290F8: hue angle of 268.85º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C290F8 is Cyan = 0.22, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB194144248-
CMYK0.220.4200.03
HSL268.85º88.14%76.86%-
HSV(B)268.85º41.94%97.25%-
XYZ49.1638.1993.59-
YUV170.81171.56144.54-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.11%
GREEN value IS 144 (56.64% from 255) = 24.57%
BLUE value IS 248 (97.27% from 255) = 42.32%
R=33.11%
G=24.57%
B=42.32%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1941442480.220.4200.03268.8588.1476.86
HexC290F8162A0310d584d
Octal302220370265203415130115
Binary1100001010010000111110001011010101001110000110110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C290F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C290F8; }

 p { color: rgb(194,144,248); }

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

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

 a { background-color: rgb(194,144,248); }

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

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

 span { border-color: rgb(194,144,248); }

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