#C092EC

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

Shades of Wisteria #C092EC

Tints of Wisteria #C092EC

Color information

#C092EC (or 0xC092EC) is unknown color: approx Wisteria. HEX triplet: C0, 92 and EC. RGB value is (192,146,236). Sum of RGB (Red+Green+Blue) = 192+146+236=574 (76% of max value = 765). Red value is 192 (75.39% from 255 or 33.45% from 574); Green value is 146 (57.42% from 255 or 25.44% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #C092EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092EC is #3F6D13. Grayscale: #A9A9A9. Windows color (decimal): -4156692 or 15504064. OLE color: 15504064.

HSL color Cylindrical-coordinate representation of color #C092EC: hue angle of 270.67º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C092EC is Cyan = 0.19, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB192146236-
CMYK0.190.3800.07
HSL270.67º70.31%74.9%-
HSV(B)270.67º38.14%92.55%-
XYZ47.1637.8284.17-
YUV170.01165.24143.68-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.45%
GREEN value IS 146 (57.42% from 255) = 25.44%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=33.45%
G=25.44%
B=41.11%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1921462360.190.3800.07270.6770.3174.9
HexC092EC13260710f464b
Octal300222354234607417106113
Binary11000000100100101110110010011100110011110000111110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092EC; }

 p { color: rgb(192,146,236); }

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

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

 a { background-color: rgb(192,146,236); }

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

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

 span { border-color: rgb(192,146,236); }

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