Shades of Wisteria #C792EA
Tints of Wisteria #C792EA
RGB
CMYK
RGB Variations
Color information
#C792EA (or 0xC792EA) is known color: Wisteria. HEX triplet: C7, 92 and EA. RGB value is (199,146,234). Sum of RGB (Red+Green+Blue) = 199+146+234=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 146 (57.42% from 255 or 25.22% from 579); Blue value is 234 (91.80% from 255 or 40.41% from 579); Max value from RGB is 234 - color contains mainly: blue. Hex color #C792EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C792EA is #386D15. Grayscale: #ABABAB. Windows color (decimal): -3697942 or 15372999. OLE color: 15372999.
HSL color Cylindrical-coordinate representation of color #C792EA: hue angle of 276.14º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C792EA is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 199 | 146 | 234 | - |
| CMYK | 0.15 | 0.38 | 0 | 0.08 |
| HSL | 276.14º | 0.68% | 0.75% | - |
| HSV(B) | 276.14º | 0.38% | 0.92% | - |
| XYZ | 48.68 | 38.64 | 82.73 | - |
| YUV | 171.88 | 163.06 | 147.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 146 | 234 | 0.15 | 0.38 | 0 | 0.08 | 276.14 | 0.68 | 0.75 |
| Hex | C7 | 92 | EA | F | 26 | 0 | 8 | 114 | 44 | 4B |
| Octal | 307 | 222 | 352 | 17 | 46 | 0 | 10 | 424 | 104 | 113 |
| Binary | 11000111 | 10010010 | 11101010 | 1111 | 100110 | 0 | 1000 | 100010100 | 1000100 | 1001011 |
Color Harmonies of #C792EA
Complementary color
Monochromatic Colors of #C792EA
Black with #C792EA
Text Example
Text Example
White with #C792EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C792EA; }
p { color: rgb(199,146,234); }
H1.HeaderClassName
{
color: #C792EA;
}
.AnyTagClassName
{
color: #C792EA;
}
</style>
background-color css
<style>
a { background-color: #C792EA; }
a { background-color: rgb(199,146,234); }
div.DivClassName
{
background-color: #C792EA;
}
.BgClassName
{
background-color: #C792EA;
}
</style>
border-color css
<style>
span { border-color: #C792EA; }
span { border-color: rgb(199,146,234); }
td.TdClassName
{
border-color: #C792EA;
}
.TagClassName
{
border-color: #C792EA;
}
</style>