#c294e0

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

Shades of Wisteria #C294E0

Tints of Wisteria #C294E0

Color information

#C294E0 (or 0xC294E0) is unknown color: approx Wisteria. HEX triplet: C2, 94 and E0. RGB value is (194,148,224). Sum of RGB (Red+Green+Blue) = 194+148+224=566 (74% of max value = 765). Red value is 194 (76.17% from 255 or 34.28% from 566); Green value is 148 (58.20% from 255 or 26.15% from 566); Blue value is 224 (87.89% from 255 or 39.58% from 566); Max value from RGB is 224 - color contains mainly: blue. Hex color #C294E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C294E0 is #3D6B1F. Grayscale: #AAAAAA. Windows color (decimal): -4025120 or 14718146. OLE color: 14718146.

HSL color Cylindrical-coordinate representation of color #C294E0: hue angle of 276.32º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C294E0 is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB194148224-
CMYK0.130.3400.12
HSL276.32º55.07%72.94%-
HSV(B)276.32º33.93%87.84%-
XYZ46.2938.0375.42-
YUV170.42158.24144.82-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 34.28%
GREEN value IS 148 (58.20% from 255) = 26.15%
BLUE value IS 224 (87.89% from 255) = 39.58%
R=34.28%
G=26.15%
B=39.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1941482240.130.3400.12276.3255.0772.94
HexC294E0D220C1143749
Octal302224340154201442467111
Binary1100001010010100111000001101100010011001000101001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c294e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c294e0; }

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

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

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

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

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

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

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

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