#C194EB

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

Shades of Wisteria #C194EB

Tints of Wisteria #C194EB

Color information

#C194EB (or 0xC194EB) is unknown color: approx Wisteria. HEX triplet: C1, 94 and EB. RGB value is (193,148,235). Sum of RGB (Red+Green+Blue) = 193+148+235=576 (76% of max value = 765). Red value is 193 (75.78% from 255 or 33.51% from 576); Green value is 148 (58.20% from 255 or 25.69% from 576); Blue value is 235 (92.19% from 255 or 40.80% from 576); Max value from RGB is 235 - color contains mainly: blue. Hex color #C194EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C194EB is #3E6B14. Grayscale: #ABABAB. Windows color (decimal): -4090645 or 15439041. OLE color: 15439041.

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

Color convert

RGB193148235-
CMYK0.180.3700.08
HSL271.03º68.5%75.1%-
HSV(B)271.03º37.02%92.16%-
XYZ47.5838.5283.52-
YUV171.37163.91143.43-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 33.51%
GREEN value IS 148 (58.20% from 255) = 25.69%
BLUE value IS 235 (92.19% from 255) = 40.80%
R=33.51%
G=25.69%
B=40.80%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1931482350.180.3700.08271.0368.575.1
HexC194EB12250810f454b
Octal3012243532245010417105113
Binary110000011001010011101011100101001010100010000111110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C194EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C194EB; }

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

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

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

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

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

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

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

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