Shades of Wisteria #C794E8
Tints of Wisteria #C794E8
RGB
CMYK
RGB Variations
Color information
#C794E8 (or 0xC794E8) is known color: Wisteria. HEX triplet: C7, 94 and E8. RGB value is (199,148,232). Sum of RGB (Red+Green+Blue) = 199+148+232=579 (76% of max value = 765). Red value is 199 (78.12% from 255 or 34.37% from 579); Green value is 148 (58.20% from 255 or 25.56% from 579); Blue value is 232 (91.02% from 255 or 40.07% from 579); Max value from RGB is 232 - color contains mainly: blue. Hex color #C794E8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C794E8 is #386B17. Grayscale: #ACACAC. Windows color (decimal): -3697432 or 15242439. OLE color: 15242439.
HSL color Cylindrical-coordinate representation of color #C794E8: hue angle of 276.43º degrees, saturation: 0.65, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C794E8 is Cyan = 0.14, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 199 | 148 | 232 | - |
| CMYK | 0.14 | 0.36 | 0 | 0.09 |
| HSL | 276.43º | 0.65% | 0.75% | - |
| HSV(B) | 276.43º | 0.36% | 0.91% | - |
| XYZ | 48.71 | 39.15 | 81.33 | - |
| YUV | 172.83 | 161.4 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 148 | 232 | 0.14 | 0.36 | 0 | 0.09 | 276.43 | 0.65 | 0.75 |
| Hex | C7 | 94 | E8 | E | 24 | 0 | 9 | 114 | 41 | 4B |
| Octal | 307 | 224 | 350 | 16 | 44 | 0 | 11 | 424 | 101 | 113 |
| Binary | 11000111 | 10010100 | 11101000 | 1110 | 100100 | 0 | 1001 | 100010100 | 1000001 | 1001011 |
Color Harmonies of #C794E8
Complementary color
Monochromatic Colors of #C794E8
Black with #C794E8
Text Example
Text Example
White with #C794E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C794E8; }
p { color: rgb(199,148,232); }
H1.HeaderClassName
{
color: #C794E8;
}
.AnyTagClassName
{
color: #C794E8;
}
</style>
background-color css
<style>
a { background-color: #C794E8; }
a { background-color: rgb(199,148,232); }
div.DivClassName
{
background-color: #C794E8;
}
.BgClassName
{
background-color: #C794E8;
}
</style>
border-color css
<style>
span { border-color: #C794E8; }
span { border-color: rgb(199,148,232); }
td.TdClassName
{
border-color: #C794E8;
}
.TagClassName
{
border-color: #C794E8;
}
</style>