#C192EA

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

Shades of Wisteria #C192EA

Tints of Wisteria #C192EA

Color information

#C192EA (or 0xC192EA) is unknown color: approx Wisteria. HEX triplet: C1, 92 and EA. RGB value is (193,146,234). Sum of RGB (Red+Green+Blue) = 193+146+234=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 146 (57.42% from 255 or 25.48% from 573); Blue value is 234 (91.80% from 255 or 40.84% from 573); Max value from RGB is 234 - color contains mainly: blue. Hex color #C192EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C192EA is #3E6D15. Grayscale: #A9A9A9. Windows color (decimal): -4091158 or 15372993. OLE color: 15372993.

HSL color Cylindrical-coordinate representation of color #C192EA: hue angle of 272.05º 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 #C192EA is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB193146234-
CMYK0.180.3800.08
HSL272.05º67.69%74.51%-
HSV(B)272.05º37.61%91.76%-
XYZ47.1237.8482.66-
YUV170.08164.07144.34-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.68%
GREEN value IS 146 (57.42% from 255) = 25.48%
BLUE value IS 234 (91.80% from 255) = 40.84%
R=33.68%
G=25.48%
B=40.84%

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
Decimal1931462340.180.3800.08272.0567.6974.51
HexC192EA122608110444b
Octal3012223522246010420104113
Binary110000011001001011101010100101001100100010001000010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C192EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C192EA; }

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

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

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

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

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

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

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

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