#C092EA

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

Shades of Wisteria #C092EA

Tints of Wisteria #C092EA

Color information

#C092EA (or 0xC092EA) is unknown color: approx Wisteria. HEX triplet: C0, 92 and EA. RGB value is (192,146,234). Sum of RGB (Red+Green+Blue) = 192+146+234=572 (75% of max value = 765). Red value is 192 (75.39% from 255 or 33.57% from 572); Green value is 146 (57.42% from 255 or 25.52% from 572); Blue value is 234 (91.80% from 255 or 40.91% from 572); Max value from RGB is 234 - color contains mainly: blue. Hex color #C092EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C092EA is #3F6D15. Grayscale: #A9A9A9. Windows color (decimal): -4156694 or 15372992. OLE color: 15372992.

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

Color convert

RGB192146234-
CMYK0.180.3800.08
HSL271.36º67.69%74.51%-
HSV(B)271.36º37.61%91.76%-
XYZ46.8737.782.65-
YUV169.79164.24143.84-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 33.57%
GREEN value IS 146 (57.42% from 255) = 25.52%
BLUE value IS 234 (91.80% from 255) = 40.91%
R=33.57%
G=25.52%
B=40.91%

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
Decimal1921462340.180.3800.08271.3667.6974.51
HexC092EA12260810f444b
Octal3002223522246010417104113
Binary110000001001001011101010100101001100100010000111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C092EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C092EA; }

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

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

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

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

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

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

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

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