Shades of Wisteria #C792E0
Tints of Wisteria #C792E0
RGB
CMYK
RGB Variations
Color information
#C792E0 (or 0xC792E0) is known color: Wisteria. HEX triplet: C7, 92 and E0. RGB value is (199,146,224). Sum of RGB (Red+Green+Blue) = 199+146+224=569 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.97% from 569); Green value is 146 (57.42% from 255 or 25.66% from 569); Blue value is 224 (87.89% from 255 or 39.37% from 569); Max value from RGB is 224 - color contains mainly: blue. Hex color #C792E0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C792E0 is #386D1F. Grayscale: #AAAAAA. Windows color (decimal): -3697952 or 14717639. OLE color: 14717639.
HSL color Cylindrical-coordinate representation of color #C792E0: hue angle of 280.77º degrees, saturation: 0.56, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C792E0 is Cyan = 0.11, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 199 | 146 | 224 | - |
| CMYK | 0.11 | 0.35 | 0 | 0.12 |
| HSL | 280.77º | 0.56% | 0.73% | - |
| HSV(B) | 280.77º | 0.35% | 0.88% | - |
| XYZ | 47.29 | 38.08 | 75.38 | - |
| YUV | 170.74 | 158.06 | 148.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 224 | 0.11 | 0.35 | 0 | 0.12 | 280.77 | 0.56 | 0.73 |
| Hex | C7 | 92 | E0 | B | 23 | 0 | C | 119 | 38 | 49 |
| Octal | 307 | 222 | 340 | 13 | 43 | 0 | 14 | 431 | 70 | 111 |
| Binary | 11000111 | 10010010 | 11100000 | 1011 | 100011 | 0 | 1100 | 100011001 | 111000 | 1001001 |
Color Harmonies of #C792E0
Complementary color
Monochromatic Colors of #C792E0
Black with #C792E0
Text Example
Text Example
White with #C792E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792E0; }
p { color: rgb(199,146,224); }
H1.HeaderClassName
{
color: #C792E0;
}
.AnyTagClassName
{
color: #C792E0;
}
</style>
background-color css
<style>
a { background-color: #C792E0; }
a { background-color: rgb(199,146,224); }
div.DivClassName
{
background-color: #C792E0;
}
.BgClassName
{
background-color: #C792E0;
}
</style>
border-color css
<style>
span { border-color: #C792E0; }
span { border-color: rgb(199,146,224); }
td.TdClassName
{
border-color: #C792E0;
}
.TagClassName
{
border-color: #C792E0;
}
</style>