#C196E9

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

Shades of Wisteria #C196E9

Tints of Wisteria #C196E9

Color information

#C196E9 (or 0xC196E9) is unknown color: approx Wisteria. HEX triplet: C1, 96 and E9. RGB value is (193,150,233). Sum of RGB (Red+Green+Blue) = 193+150+233=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 150 (58.98% from 255 or 26.04% from 576); Blue value is 233 (91.41% from 255 or 40.45% from 576); Max value from RGB is 233 - color contains mainly: blue. Hex color #C196E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C196E9 is #3E6916. Grayscale: #ACACAC. Windows color (decimal): -4090135 or 15308481. OLE color: 15308481.

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

Color convert

RGB193150233-
CMYK0.170.3600.09
HSL271.08º65.35%75.1%-
HSV(B)271.08º35.62%91.37%-
XYZ47.6139.0382.12-
YUV172.32162.25142.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 150 (58.98% from 255) = 26.04%
BLUE value IS 233 (91.41% from 255) = 40.45%
R=33.51%
G=26.04%
B=40.45%

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
Decimal1931502330.170.3600.09271.0865.3575.1
HexC196E911240910f414b
Octal3012263512144011417101113
Binary110000011001011011101001100011001000100110000111110000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C196E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C196E9; }

 p { color: rgb(193,150,233); }

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

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

 a { background-color: rgb(193,150,233); }

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

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

 span { border-color: rgb(193,150,233); }

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