#C094E7

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

Shades of Wisteria #C094E7

Tints of Wisteria #C094E7

Color information

#C094E7 (or 0xC094E7) is unknown color: approx Wisteria. HEX triplet: C0, 94 and E7. RGB value is (192,148,231). Sum of RGB (Red+Green+Blue) = 192+148+231=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 148 (58.20% from 255 or 25.92% from 571); Blue value is 231 (90.62% from 255 or 40.46% from 571); Max value from RGB is 231 - color contains mainly: blue. Hex color #C094E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C094E7 is #3F6B18. Grayscale: #AAAAAA. Windows color (decimal): -4156185 or 15176896. OLE color: 15176896.

HSL color Cylindrical-coordinate representation of color #C094E7: hue angle of 271.81º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C094E7 is Cyan = 0.17, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB192148231-
CMYK0.170.3600.09
HSL271.81º63.36%74.31%-
HSV(B)271.81º35.93%90.59%-
XYZ46.7538.1680.5-
YUV170.62162.08143.25-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 148 (58.20% from 255) = 25.92%
BLUE value IS 231 (90.62% from 255) = 40.46%
R=33.63%
G=25.92%
B=40.46%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1921482310.170.3600.09271.8163.3674.31
HexC094E71124091103f4a
Octal300224347214401142077112
Binary11000000100101001110011110001100100010011000100001111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C094E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C094E7; }

 p { color: rgb(192,148,231); }

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

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

 a { background-color: rgb(192,148,231); }

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

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

 span { border-color: rgb(192,148,231); }

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