#C294F3

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

Shades of Wisteria #C294F3

Tints of Wisteria #C294F3

Color information

#C294F3 (or 0xC294F3) is unknown color: approx Wisteria. HEX triplet: C2, 94 and F3. RGB value is (194,148,243). Sum of RGB (Red+Green+Blue) = 194+148+243=585 (77% of max value = 765). Red value is 194 (76.17% from 255 or 33.16% from 585); Green value is 148 (58.20% from 255 or 25.30% from 585); Blue value is 243 (95.31% from 255 or 41.54% from 585); Max value from RGB is 243 - color contains mainly: blue. Hex color #C294F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294F3 is #3D6B0C. Grayscale: #ACACAC. Windows color (decimal): -4025101 or 15963330. OLE color: 15963330.

HSL color Cylindrical-coordinate representation of color #C294F3: hue angle of 269.05º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C294F3 is Cyan = 0.20, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB194148243-
CMYK0.200.3900.05
HSL269.05º79.83%76.67%-
HSV(B)269.05º39.09%95.29%-
XYZ49.0239.1289.76-
YUV172.58167.74143.28-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.16%
GREEN value IS 148 (58.20% from 255) = 25.30%
BLUE value IS 243 (95.31% from 255) = 41.54%
R=33.16%
G=25.30%
B=41.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1941482430.200.3900.05269.0579.8376.67
HexC294F314270510d504d
Octal302224363244705415120115
Binary11000010100101001111001110100100111010110000110110100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294F3; }

 p { color: rgb(194,148,243); }

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

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

 a { background-color: rgb(194,148,243); }

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

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

 span { border-color: rgb(194,148,243); }

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