Shades of Wisteria #C792DF
Tints of Wisteria #C792DF
RGB
CMYK
RGB Variations
Color information
#C792DF (or 0xC792DF) is known color: Wisteria. HEX triplet: C7, 92 and DF. RGB value is (199,146,223). Sum of RGB (Red+Green+Blue) = 199+146+223=568 (75% of max value = 765). Red value is 199 (78.12% from 255 or 35.04% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 223 (87.5% from 255 or 39.26% from 568); Max value from RGB is 223 - color contains mainly: blue. Hex color #C792DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792DF is #386D20. Grayscale: #AAAAAA. Windows color (decimal): -3697953 or 14652103. OLE color: 14652103.
HSL color Cylindrical-coordinate representation of color #C792DF: hue angle of 281.3º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C792DF is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 146 | 223 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.13 |
| HSL | 281.3º | 0.55% | 0.72% | - |
| HSV(B) | 281.3º | 0.35% | 0.87% | - |
| XYZ | 47.15 | 38.03 | 74.67 | - |
| YUV | 170.63 | 157.56 | 148.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 223 | 0.11 | 0.35 | 0 | 0.13 | 281.3 | 0.55 | 0.72 |
| Hex | C7 | 92 | DF | B | 23 | 0 | D | 119 | 37 | 48 |
| Octal | 307 | 222 | 337 | 13 | 43 | 0 | 15 | 431 | 67 | 110 |
| Binary | 11000111 | 10010010 | 11011111 | 1011 | 100011 | 0 | 1101 | 100011001 | 110111 | 1001000 |
Color Harmonies of #C792DF
Complementary color
Monochromatic Colors of #C792DF
Black with #C792DF
Text Example
Text Example
White with #C792DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792DF; }
p { color: rgb(199,146,223); }
H1.HeaderClassName
{
color: #C792DF;
}
.AnyTagClassName
{
color: #C792DF;
}
</style>
background-color css
<style>
a { background-color: #C792DF; }
a { background-color: rgb(199,146,223); }
div.DivClassName
{
background-color: #C792DF;
}
.BgClassName
{
background-color: #C792DF;
}
</style>
border-color css
<style>
span { border-color: #C792DF; }
span { border-color: rgb(199,146,223); }
td.TdClassName
{
border-color: #C792DF;
}
.TagClassName
{
border-color: #C792DF;
}
</style>