#C193D0

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

Shades of Wisteria #C193D0

Tints of Wisteria #C193D0

Color information

#C193D0 (or 0xC193D0) is unknown color: approx Wisteria. HEX triplet: C1, 93 and D0. RGB value is (193,147,208). Sum of RGB (Red+Green+Blue) = 193+147+208=548 (72% of max value = 765). Red value is 193 (75.78% from 255 or 35.22% from 548); Green value is 147 (57.81% from 255 or 26.82% from 548); Blue value is 208 (81.64% from 255 or 37.96% from 548); Max value from RGB is 208 - color contains mainly: blue. Hex color #C193D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C193D0 is #3E6C2F. Grayscale: #A7A7A7. Windows color (decimal): -4090928 or 13669313. OLE color: 13669313.

HSL color Cylindrical-coordinate representation of color #C193D0: hue angle of 285.25º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C193D0 is Cyan = 0.07, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB193147208-
CMYK0.070.2900.18
HSL285.25º39.35%69.61%-
HSV(B)285.25º29.33%81.57%-
XYZ43.8136.7664.46-
YUV167.71150.74146.04-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 35.22%
GREEN value IS 147 (57.81% from 255) = 26.82%
BLUE value IS 208 (81.64% from 255) = 37.96%
R=35.22%
G=26.82%
B=37.96%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1931472080.070.2900.18285.2539.3569.61
HexC193D071D01211d2746
Octal30122332073502243547106
Binary110000011001001111010000111111010100101000111011001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C193D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C193D0; }

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

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

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

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

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

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

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

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