Shades of Wisteria #C793DC
Tints of Wisteria #C793DC
RGB
CMYK
RGB Variations
Color information
#C793DC (or 0xC793DC) is known color: Wisteria. HEX triplet: C7, 93 and DC. RGB value is (199,147,220). Sum of RGB (Red+Green+Blue) = 199+147+220=566 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.16% from 566); Green value is 147 (57.81% from 255 or 25.97% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #C793DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C793DC is #386C23. Grayscale: #AAAAAA. Windows color (decimal): -3697700 or 14455751. OLE color: 14455751.
HSL color Cylindrical-coordinate representation of color #C793DC: hue angle of 282.74º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #C793DC is Cyan = 0.10, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 147 | 220 | - |
| CMYK | 0.10 | 0.33 | 0 | 0.14 |
| HSL | 282.74º | 0.51% | 0.72% | - |
| HSV(B) | 282.74º | 0.33% | 0.86% | - |
| XYZ | 46.91 | 38.18 | 72.61 | - |
| YUV | 170.87 | 155.73 | 148.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 147 | 220 | 0.10 | 0.33 | 0 | 0.14 | 282.74 | 0.51 | 0.72 |
| Hex | C7 | 93 | DC | A | 21 | 0 | E | 11B | 33 | 48 |
| Octal | 307 | 223 | 334 | 12 | 41 | 0 | 16 | 433 | 63 | 110 |
| Binary | 11000111 | 10010011 | 11011100 | 1010 | 100001 | 0 | 1110 | 100011011 | 110011 | 1001000 |
Color Harmonies of #C793DC
Complementary color
Monochromatic Colors of #C793DC
Black with #C793DC
Text Example
Text Example
White with #C793DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C793DC; }
p { color: rgb(199,147,220); }
H1.HeaderClassName
{
color: #C793DC;
}
.AnyTagClassName
{
color: #C793DC;
}
</style>
background-color css
<style>
a { background-color: #C793DC; }
a { background-color: rgb(199,147,220); }
div.DivClassName
{
background-color: #C793DC;
}
.BgClassName
{
background-color: #C793DC;
}
</style>
border-color css
<style>
span { border-color: #C793DC; }
span { border-color: rgb(199,147,220); }
td.TdClassName
{
border-color: #C793DC;
}
.TagClassName
{
border-color: #C793DC;
}
</style>