Shades of Wisteria #C79AD4
Tints of Wisteria #C79AD4
RGB
CMYK
RGB Variations
Color information
#C79AD4 (or 0xC79AD4) is known color: Wisteria. HEX triplet: C7, 9A and D4. RGB value is (199,154,212). Sum of RGB (Red+Green+Blue) = 199+154+212=565 (74% of max value = 765). Red value is 199 (78.12% from 255 or 35.22% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 212 (83.20% from 255 or 37.52% from 565); Max value from RGB is 212 - color contains mainly: blue. Hex color #C79AD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C79AD4 is #38652B. Grayscale: #ADADAD. Windows color (decimal): -3695916 or 13933255. OLE color: 13933255.
HSL color Cylindrical-coordinate representation of color #C79AD4: hue angle of 286.55º degrees, saturation: 0.4, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #C79AD4 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 199 | 154 | 212 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.17 |
| HSL | 286.55º | 0.4% | 0.72% | - |
| HSV(B) | 286.55º | 0.27% | 0.83% | - |
| XYZ | 46.99 | 40.01 | 67.53 | - |
| YUV | 174.07 | 149.41 | 145.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 154 | 212 | 0.06 | 0.27 | 0 | 0.17 | 286.55 | 0.4 | 0.72 |
| Hex | C7 | 9A | D4 | 6 | 1B | 0 | 11 | 11F | 28 | 48 |
| Octal | 307 | 232 | 324 | 6 | 33 | 0 | 21 | 437 | 50 | 110 |
| Binary | 11000111 | 10011010 | 11010100 | 110 | 11011 | 0 | 10001 | 100011111 | 101000 | 1001000 |
Color Harmonies of #C79AD4
Complementary color
Monochromatic Colors of #C79AD4
Black with #C79AD4
Text Example
Text Example
White with #C79AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C79AD4; }
p { color: rgb(199,154,212); }
H1.HeaderClassName
{
color: #C79AD4;
}
.AnyTagClassName
{
color: #C79AD4;
}
</style>
background-color css
<style>
a { background-color: #C79AD4; }
a { background-color: rgb(199,154,212); }
div.DivClassName
{
background-color: #C79AD4;
}
.BgClassName
{
background-color: #C79AD4;
}
</style>
border-color css
<style>
span { border-color: #C79AD4; }
span { border-color: rgb(199,154,212); }
td.TdClassName
{
border-color: #C79AD4;
}
.TagClassName
{
border-color: #C79AD4;
}
</style>