#C190EC

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

Shades of Wisteria #C190EC

Tints of Wisteria #C190EC

Color information

#C190EC (or 0xC190EC) is unknown color: approx Wisteria. HEX triplet: C1, 90 and EC. RGB value is (193,144,236). Sum of RGB (Red+Green+Blue) = 193+144+236=573 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.68% from 573); Green value is 144 (56.64% from 255 or 25.13% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #C190EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C190EC is #3E6F13. Grayscale: #A8A8A8. Windows color (decimal): -4091668 or 15503553. OLE color: 15503553.

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

Color convert

RGB193144236-
CMYK0.180.3900.07
HSL271.96º70.77%74.51%-
HSV(B)271.96º38.98%92.55%-
XYZ47.1137.3484.08-
YUV169.14165.73145.02-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.68%
GREEN value IS 144 (56.64% from 255) = 25.13%
BLUE value IS 236 (92.58% from 255) = 41.19%
R=33.68%
G=25.13%
B=41.19%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1931442360.180.3900.07271.9670.7774.51
HexC190EC122707110474b
Octal301220354224707420107113
Binary11000001100100001110110010010100111011110001000010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C190EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C190EC; }

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

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

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

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

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

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

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

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