#C195EC

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

Shades of Wisteria #C195EC

Tints of Wisteria #C195EC

Color information

#C195EC (or 0xC195EC) is unknown color: approx Wisteria. HEX triplet: C1, 95 and EC. RGB value is (193,149,236). Sum of RGB (Red+Green+Blue) = 193+149+236=578 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.39% from 578); Green value is 149 (58.59% from 255 or 25.78% from 578); Blue value is 236 (92.58% from 255 or 40.83% from 578); Max value from RGB is 236 - color contains mainly: blue. Hex color #C195EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C195EC is #3E6A13. Grayscale: #ABABAB. Windows color (decimal): -4090388 or 15504833. OLE color: 15504833.

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

Color convert

RGB193149236-
CMYK0.180.3700.07
HSL270.34º69.6%75.49%-
HSV(B)270.34º36.86%92.55%-
XYZ47.8838.8984.34-
YUV172.07164.08142.93-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.39%
GREEN value IS 149 (58.59% from 255) = 25.78%
BLUE value IS 236 (92.58% from 255) = 40.83%
R=33.39%
G=25.78%
B=40.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931492360.180.3700.07270.3469.675.49
HexC195EC12250710e464b
Octal301225354224507416106113
Binary11000001100101011110110010010100101011110000111010001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C195EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C195EC; }

 p { color: rgb(193,149,236); }

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

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

 a { background-color: rgb(193,149,236); }

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

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

 span { border-color: rgb(193,149,236); }

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