#C193DD

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

Shades of Wisteria #C193DD

Tints of Wisteria #C193DD

Color information

#C193DD (or 0xC193DD) is unknown color: approx Wisteria. HEX triplet: C1, 93 and DD. RGB value is (193,147,221). Sum of RGB (Red+Green+Blue) = 193+147+221=561 (74% of max value = 765). Red value is 193 (75.78% from 255 or 34.40% from 561); Green value is 147 (57.81% from 255 or 26.20% from 561); Blue value is 221 (86.72% from 255 or 39.39% from 561); Max value from RGB is 221 - color contains mainly: blue. Hex color #C193DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193DD is #3E6C22. Grayscale: #A8A8A8. Windows color (decimal): -4090915 or 14521281. OLE color: 14521281.

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

Color convert

RGB193147221-
CMYK0.130.3300.13
HSL277.3º52.11%72.16%-
HSV(B)277.3º33.48%86.67%-
XYZ45.4837.4373.23-
YUV169.19157.24144.98-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 34.40%
GREEN value IS 147 (57.81% from 255) = 26.20%
BLUE value IS 221 (86.72% from 255) = 39.39%
R=34.40%
G=26.20%
B=39.39%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1931472210.130.3300.13277.352.1172.16
HexC193DDD210D1153448
Octal301223335154101542564110
Binary1100000110010011110111011101100001011011000101011101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C193DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C193DD; }

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

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

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

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

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

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

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

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