Shades of Wisteria #C791E6
Tints of Wisteria #C791E6
RGB
CMYK
RGB Variations
Color information
#C791E6 (or 0xC791E6) is known color: Wisteria. HEX triplet: C7, 91 and E6. RGB value is (199,145,230). Sum of RGB (Red+Green+Blue) = 199+145+230=574 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.67% from 574); Green value is 145 (57.03% from 255 or 25.26% from 574); Blue value is 230 (90.23% from 255 or 40.07% from 574); Max value from RGB is 230 - color contains mainly: blue. Hex color #C791E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C791E6 is #386E19. Grayscale: #AAAAAA. Windows color (decimal): -3698202 or 15110599. OLE color: 15110599.
HSL color Cylindrical-coordinate representation of color #C791E6: hue angle of 278.12º degrees, saturation: 0.63, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C791E6 is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 199 | 145 | 230 | - |
| CMYK | 0.13 | 0.37 | 0 | 0.10 |
| HSL | 278.12º | 0.63% | 0.74% | - |
| HSV(B) | 278.12º | 0.37% | 0.9% | - |
| XYZ | 47.96 | 38.11 | 79.69 | - |
| YUV | 170.84 | 161.39 | 148.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 145 | 230 | 0.13 | 0.37 | 0 | 0.10 | 278.12 | 0.63 | 0.74 |
| Hex | C7 | 91 | E6 | D | 25 | 0 | A | 116 | 3F | 4A |
| Octal | 307 | 221 | 346 | 15 | 45 | 0 | 12 | 426 | 77 | 112 |
| Binary | 11000111 | 10010001 | 11100110 | 1101 | 100101 | 0 | 1010 | 100010110 | 111111 | 1001010 |
Color Harmonies of #C791E6
Complementary color
Monochromatic Colors of #C791E6
Black with #C791E6
Text Example
Text Example
White with #C791E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C791E6; }
p { color: rgb(199,145,230); }
H1.HeaderClassName
{
color: #C791E6;
}
.AnyTagClassName
{
color: #C791E6;
}
</style>
background-color css
<style>
a { background-color: #C791E6; }
a { background-color: rgb(199,145,230); }
div.DivClassName
{
background-color: #C791E6;
}
.BgClassName
{
background-color: #C791E6;
}
</style>
border-color css
<style>
span { border-color: #C791E6; }
span { border-color: rgb(199,145,230); }
td.TdClassName
{
border-color: #C791E6;
}
.TagClassName
{
border-color: #C791E6;
}
</style>