#C091EA

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

Shades of Wisteria #C091EA

Tints of Wisteria #C091EA

Color information

#C091EA (or 0xC091EA) is unknown color: approx Wisteria. HEX triplet: C0, 91 and EA. RGB value is (192,145,234). Sum of RGB (Red+Green+Blue) = 192+145+234=571 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.63% from 571); Green value is 145 (57.03% from 255 or 25.39% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #C091EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C091EA is #3F6E15. Grayscale: #A8A8A8. Windows color (decimal): -4156950 or 15372736. OLE color: 15372736.

HSL color Cylindrical-coordinate representation of color #C091EA: hue angle of 271.69º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C091EA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB192145234-
CMYK0.180.3800.08
HSL271.69º67.94%74.31%-
HSV(B)271.69º38.03%91.76%-
XYZ46.7137.482.6-
YUV169.2164.57144.26-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.63%
GREEN value IS 145 (57.03% from 255) = 25.39%
BLUE value IS 234 (91.80% from 255) = 40.98%
R=33.63%
G=25.39%
B=40.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1921452340.180.3800.08271.6967.9474.31
HexC091EA122608110444a
Octal3002213522246010420104112
Binary110000001001000111101010100101001100100010001000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C091EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C091EA; }

 p { color: rgb(192,145,234); }

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

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

 a { background-color: rgb(192,145,234); }

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

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

 span { border-color: rgb(192,145,234); }

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