Shades of Wisteria #C792ED
Tints of Wisteria #C792ED
RGB
CMYK
RGB Variations
Color information
#C792ED (or 0xC792ED) is known color: Wisteria. HEX triplet: C7, 92 and ED. RGB value is (199,146,237). Sum of RGB (Red+Green+Blue) = 199+146+237=582 (77% of max value = 765). Red value is 199 (78.12% from 255 or 34.19% from 582); Green value is 146 (57.42% from 255 or 25.09% from 582); Blue value is 237 (92.97% from 255 or 40.72% from 582); Max value from RGB is 237 - color contains mainly: blue. Hex color #C792ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792ED is #386D12. Grayscale: #ABABAB. Windows color (decimal): -3697939 or 15569607. OLE color: 15569607.
HSL color Cylindrical-coordinate representation of color #C792ED: hue angle of 274.95º degrees, saturation: 0.72, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C792ED is Cyan = 0.16, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 199 | 146 | 237 | - |
| CMYK | 0.16 | 0.38 | 0 | 0.07 |
| HSL | 274.95º | 0.72% | 0.75% | - |
| HSV(B) | 274.95º | 0.38% | 0.93% | - |
| XYZ | 49.12 | 38.81 | 85.02 | - |
| YUV | 172.22 | 164.56 | 147.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 237 | 0.16 | 0.38 | 0 | 0.07 | 274.95 | 0.72 | 0.75 |
| Hex | C7 | 92 | ED | 10 | 26 | 0 | 7 | 113 | 48 | 4B |
| Octal | 307 | 222 | 355 | 20 | 46 | 0 | 7 | 423 | 110 | 113 |
| Binary | 11000111 | 10010010 | 11101101 | 10000 | 100110 | 0 | 111 | 100010011 | 1001000 | 1001011 |
Color Harmonies of #C792ED
Complementary color
Monochromatic Colors of #C792ED
Black with #C792ED
Text Example
Text Example
White with #C792ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792ED; }
p { color: rgb(199,146,237); }
H1.HeaderClassName
{
color: #C792ED;
}
.AnyTagClassName
{
color: #C792ED;
}
</style>
background-color css
<style>
a { background-color: #C792ED; }
a { background-color: rgb(199,146,237); }
div.DivClassName
{
background-color: #C792ED;
}
.BgClassName
{
background-color: #C792ED;
}
</style>
border-color css
<style>
span { border-color: #C792ED; }
span { border-color: rgb(199,146,237); }
td.TdClassName
{
border-color: #C792ED;
}
.TagClassName
{
border-color: #C792ED;
}
</style>