#C294EF

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

Shades of Wisteria #C294EF

Tints of Wisteria #C294EF

Color information

#C294EF (or 0xC294EF) is unknown color: approx Wisteria. HEX triplet: C2, 94 and EF. RGB value is (194,148,239). Sum of RGB (Red+Green+Blue) = 194+148+239=581 (76% of max value = 765). Red value is 194 (76.17% from 255 or 33.39% from 581); Green value is 148 (58.20% from 255 or 25.47% from 581); Blue value is 239 (93.75% from 255 or 41.14% from 581); Max value from RGB is 239 - color contains mainly: blue. Hex color #C294EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C294EF is #3D6B10. Grayscale: #ABABAB. Windows color (decimal): -4025105 or 15701186. OLE color: 15701186.

HSL color Cylindrical-coordinate representation of color #C294EF: hue angle of 270.33º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C294EF is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB194148239-
CMYK0.190.3800.06
HSL270.33º73.98%75.88%-
HSV(B)270.33º38.08%93.73%-
XYZ48.4238.8886.61-
YUV172.13165.74143.6-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 33.39%
GREEN value IS 148 (58.20% from 255) = 25.47%
BLUE value IS 239 (93.75% from 255) = 41.14%
R=33.39%
G=25.47%
B=41.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1941482390.190.3800.06270.3373.9875.88
HexC294EF13260610e4a4c
Octal302224357234606416112114
Binary11000010100101001110111110011100110011010000111010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C294EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C294EF; }

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

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

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

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

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

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

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

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