#C194E7

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

Shades of Wisteria #C194E7

Tints of Wisteria #C194E7

Color information

#C194E7 (or 0xC194E7) is unknown color: approx Wisteria. HEX triplet: C1, 94 and E7. RGB value is (193,148,231). Sum of RGB (Red+Green+Blue) = 193+148+231=572 (75% of max value = 765). Red value is 193 (75.78% from 255 or 33.74% from 572); Green value is 148 (58.20% from 255 or 25.87% from 572); Blue value is 231 (90.62% from 255 or 40.38% from 572); Max value from RGB is 231 - color contains mainly: blue. Hex color #C194E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194E7 is #3E6B18. Grayscale: #AAAAAA. Windows color (decimal): -4090649 or 15176897. OLE color: 15176897.

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

Color convert

RGB193148231-
CMYK0.160.3600.09
HSL272.53º63.36%74.31%-
HSV(B)272.53º35.93%90.59%-
XYZ47.0138.2980.51-
YUV170.92161.91143.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.74%
GREEN value IS 148 (58.20% from 255) = 25.87%
BLUE value IS 231 (90.62% from 255) = 40.38%
R=33.74%
G=25.87%
B=40.38%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1931482310.160.3600.09272.5363.3674.31
HexC194E71024091113f4a
Octal301224347204401142177112
Binary11000001100101001110011110000100100010011000100011111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194E7; }

 p { color: rgb(193,148,231); }

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

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

 a { background-color: rgb(193,148,231); }

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

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

 span { border-color: rgb(193,148,231); }

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