#c193e0

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

Shades of Wisteria #C193E0

Tints of Wisteria #C193E0

Color information

#C193E0 (or 0xC193E0) is unknown color: approx Wisteria. HEX triplet: C1, 93 and E0. RGB value is (193,147,224). Sum of RGB (Red+Green+Blue) = 193+147+224=564 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.22% from 564); Green value is 147 (57.81% from 255 or 26.06% from 564); Blue value is 224 (87.89% from 255 or 39.72% from 564); Max value from RGB is 224 - color contains mainly: blue. Hex color #C193E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193E0 is #3E6C1F. Grayscale: #A9A9A9. Windows color (decimal): -4090912 or 14717889. OLE color: 14717889.

HSL color Cylindrical-coordinate representation of color #C193E0: hue angle of 275.84º degrees, saturation: 0.55, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C193E0 is Cyan = 0.14, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB193147224-
CMYK0.140.3400.12
HSL275.84º55.4%72.75%-
HSV(B)275.84º34.38%87.84%-
XYZ45.8837.5975.36-
YUV169.53158.74144.74-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.22%
GREEN value IS 147 (57.81% from 255) = 26.06%
BLUE value IS 224 (87.89% from 255) = 39.72%
R=34.22%
G=26.06%
B=39.72%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1931472240.140.3400.12275.8455.472.75
HexC193E0E220C1143749
Octal301223340164201442467111
Binary1100000110010011111000001110100010011001000101001101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c193e0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c193e0; }

 p { color: rgb(193,147,224); }

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

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

 a { background-color: rgb(193,147,224); }

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

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

 span { border-color: rgb(193,147,224); }

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