Shades of Wisteria #C795F2
Tints of Wisteria #C795F2
RGB
CMYK
RGB Variations
Color information
#C795F2 (or 0xC795F2) is known color: Wisteria. HEX triplet: C7, 95 and F2. RGB value is (199,149,242). Sum of RGB (Red+Green+Blue) = 199+149+242=590 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.73% from 590); Green value is 149 (58.59% from 255 or 25.25% from 590); Blue value is 242 (94.92% from 255 or 41.02% from 590); Max value from RGB is 242 - color contains mainly: blue. Hex color #C795F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C795F2 is #386A0D. Grayscale: #AEAEAE. Windows color (decimal): -3697166 or 15898055. OLE color: 15898055.
HSL color Cylindrical-coordinate representation of color #C795F2: hue angle of 272.26º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C795F2 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 199 | 149 | 242 | - |
| CMYK | 0.18 | 0.38 | 0 | 0.05 |
| HSL | 272.26º | 0.78% | 0.77% | - |
| HSV(B) | 272.26º | 0.38% | 0.95% | - |
| XYZ | 50.33 | 40.05 | 89.08 | - |
| YUV | 174.55 | 166.07 | 145.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 149 | 242 | 0.18 | 0.38 | 0 | 0.05 | 272.26 | 0.78 | 0.77 |
| Hex | C7 | 95 | F2 | 12 | 26 | 0 | 5 | 110 | 4E | 4D |
| Octal | 307 | 225 | 362 | 22 | 46 | 0 | 5 | 420 | 116 | 115 |
| Binary | 11000111 | 10010101 | 11110010 | 10010 | 100110 | 0 | 101 | 100010000 | 1001110 | 1001101 |
Color Harmonies of #C795F2
Complementary color
Monochromatic Colors of #C795F2
Black with #C795F2
Text Example
Text Example
White with #C795F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C795F2; }
p { color: rgb(199,149,242); }
H1.HeaderClassName
{
color: #C795F2;
}
.AnyTagClassName
{
color: #C795F2;
}
</style>
background-color css
<style>
a { background-color: #C795F2; }
a { background-color: rgb(199,149,242); }
div.DivClassName
{
background-color: #C795F2;
}
.BgClassName
{
background-color: #C795F2;
}
</style>
border-color css
<style>
span { border-color: #C795F2; }
span { border-color: rgb(199,149,242); }
td.TdClassName
{
border-color: #C795F2;
}
.TagClassName
{
border-color: #C795F2;
}
</style>