Shades of Wisteria #C792FC
Tints of Wisteria #C792FC
RGB
CMYK
RGB Variations
Color information
#C792FC (or 0xC792FC) is known color: Wisteria. HEX triplet: C7, 92 and FC. RGB value is (199,146,252). Sum of RGB (Red+Green+Blue) = 199+146+252=597 (79% of max value = 765). Red value is 199 (78.12% from 255 or 33.33% from 597); Green value is 146 (57.42% from 255 or 24.46% from 597); Blue value is 252 (98.83% from 255 or 42.21% from 597); Max value from RGB is 252 - color contains mainly: blue. Hex color #C792FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792FC is #386D03. Grayscale: #ADADAD. Windows color (decimal): -3697924 or 16552647. OLE color: 16552647.
HSL color Cylindrical-coordinate representation of color #C792FC: hue angle of 270º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C792FC is Cyan = 0.21, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 146 | 252 | - |
| CMYK | 0.21 | 0.42 | 0 | 0.01 |
| HSL | 270º | 0.95% | 0.78% | - |
| HSV(B) | 270º | 0.42% | 0.99% | - |
| XYZ | 51.4 | 39.73 | 97.05 | - |
| YUV | 173.93 | 172.06 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 252 | 0.21 | 0.42 | 0 | 0.01 | 270 | 0.95 | 0.78 |
| Hex | C7 | 92 | FC | 15 | 2A | 0 | 1 | 10E | 5F | 4E |
| Octal | 307 | 222 | 374 | 25 | 52 | 0 | 1 | 416 | 137 | 116 |
| Binary | 11000111 | 10010010 | 11111100 | 10101 | 101010 | 0 | 1 | 100001110 | 1011111 | 1001110 |
Color Harmonies of #C792FC
Complementary color
Monochromatic Colors of #C792FC
Black with #C792FC
Text Example
Text Example
White with #C792FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792FC; }
p { color: rgb(199,146,252); }
H1.HeaderClassName
{
color: #C792FC;
}
.AnyTagClassName
{
color: #C792FC;
}
</style>
background-color css
<style>
a { background-color: #C792FC; }
a { background-color: rgb(199,146,252); }
div.DivClassName
{
background-color: #C792FC;
}
.BgClassName
{
background-color: #C792FC;
}
</style>
border-color css
<style>
span { border-color: #C792FC; }
span { border-color: rgb(199,146,252); }
td.TdClassName
{
border-color: #C792FC;
}
.TagClassName
{
border-color: #C792FC;
}
</style>