Shades of Wisteria #C790D1
Tints of Wisteria #C790D1
RGB
CMYK
RGB Variations
Color information
#C790D1 (or 0xC790D1) is known color: Wisteria. HEX triplet: C7, 90 and D1. RGB value is (199,144,209). Sum of RGB (Red+Green+Blue) = 199+144+209=552 (73% of max value = 765). Red value is 199 (78.12% from 255 or 36.05% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 209 (82.03% from 255 or 37.86% from 552); Max value from RGB is 209 - color contains mainly: blue. Hex color #C790D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C790D1 is #386F2E. Grayscale: #A7A7A7. Windows color (decimal): -3698479 or 13734087. OLE color: 13734087.
HSL color Cylindrical-coordinate representation of color #C790D1: hue angle of 290.77º degrees, saturation: 0.41, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #C790D1 is Cyan = 0.05, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 199 | 144 | 209 | - |
| CMYK | 0.05 | 0.31 | 0 | 0.18 |
| HSL | 290.77º | 0.41% | 0.69% | - |
| HSV(B) | 290.77º | 0.31% | 0.82% | - |
| XYZ | 45.04 | 36.69 | 65.03 | - |
| YUV | 167.86 | 151.22 | 150.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 144 | 209 | 0.05 | 0.31 | 0 | 0.18 | 290.77 | 0.41 | 0.69 |
| Hex | C7 | 90 | D1 | 5 | 1F | 0 | 12 | 123 | 29 | 45 |
| Octal | 307 | 220 | 321 | 5 | 37 | 0 | 22 | 443 | 51 | 105 |
| Binary | 11000111 | 10010000 | 11010001 | 101 | 11111 | 0 | 10010 | 100100011 | 101001 | 1000101 |
Color Harmonies of #C790D1
Complementary color
Monochromatic Colors of #C790D1
Black with #C790D1
Text Example
Text Example
White with #C790D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C790D1; }
p { color: rgb(199,144,209); }
H1.HeaderClassName
{
color: #C790D1;
}
.AnyTagClassName
{
color: #C790D1;
}
</style>
background-color css
<style>
a { background-color: #C790D1; }
a { background-color: rgb(199,144,209); }
div.DivClassName
{
background-color: #C790D1;
}
.BgClassName
{
background-color: #C790D1;
}
</style>
border-color css
<style>
span { border-color: #C790D1; }
span { border-color: rgb(199,144,209); }
td.TdClassName
{
border-color: #C790D1;
}
.TagClassName
{
border-color: #C790D1;
}
</style>