#C193DE

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

Shades of Wisteria #C193DE

Tints of Wisteria #C193DE

Color information

#C193DE (or 0xC193DE) is unknown color: approx Wisteria. HEX triplet: C1, 93 and DE. RGB value is (193,147,222). Sum of RGB (Red+Green+Blue) = 193+147+222=562 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.34% from 562); Green value is 147 (57.81% from 255 or 26.16% from 562); Blue value is 222 (87.11% from 255 or 39.50% from 562); Max value from RGB is 222 - color contains mainly: blue. Hex color #C193DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193DE is #3E6C21. Grayscale: #A9A9A9. Windows color (decimal): -4090914 or 14586817. OLE color: 14586817.

HSL color Cylindrical-coordinate representation of color #C193DE: hue angle of 276.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #C193DE is Cyan = 0.13, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB193147222-
CMYK0.130.3400.13
HSL276.8º53.19%72.35%-
HSV(B)276.8º33.78%87.06%-
XYZ45.6137.4873.94-
YUV169.3157.74144.9-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.34%
GREEN value IS 147 (57.81% from 255) = 26.16%
BLUE value IS 222 (87.11% from 255) = 39.50%
R=34.34%
G=26.16%
B=39.50%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931472220.130.3400.13276.853.1972.35
HexC193DED220D1153548
Octal301223336154201542565110
Binary1100000110010011110111101101100010011011000101011101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C193DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C193DE; }

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

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

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

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

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

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

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

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