Shades of Wisteria #C785EF
Tints of Wisteria #C785EF
RGB
CMYK
RGB Variations
Color information
#C785EF (or 0xC785EF) is known color: Wisteria. HEX triplet: C7, 85 and EF. RGB value is (199,133,239). Sum of RGB (Red+Green+Blue) = 199+133+239=571 (75% of max value = 765). Red value is 199 (78.12% from 255 or 34.85% from 571); Green value is 133 (52.34% from 255 or 23.29% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #C785EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C785EF is #387A10. Grayscale: #A4A4A4. Windows color (decimal): -3701265 or 15697351. OLE color: 15697351.
HSL color Cylindrical-coordinate representation of color #C785EF: hue angle of 277.36º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C785EF is Cyan = 0.17, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 199 | 133 | 239 | - |
| CMYK | 0.17 | 0.44 | 0 | 0.06 |
| HSL | 277.36º | 0.77% | 0.73% | - |
| HSV(B) | 277.36º | 0.44% | 0.94% | - |
| XYZ | 47.52 | 35.15 | 85.94 | - |
| YUV | 164.82 | 169.87 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 239 | 0.17 | 0.44 | 0 | 0.06 | 277.36 | 0.77 | 0.73 |
| Hex | C7 | 85 | EF | 11 | 2C | 0 | 6 | 115 | 4D | 49 |
| Octal | 307 | 205 | 357 | 21 | 54 | 0 | 6 | 425 | 115 | 111 |
| Binary | 11000111 | 10000101 | 11101111 | 10001 | 101100 | 0 | 110 | 100010101 | 1001101 | 1001001 |
Color Harmonies of #C785EF
Complementary color
Monochromatic Colors of #C785EF
Black with #C785EF
Text Example
Text Example
White with #C785EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785EF; }
p { color: rgb(199,133,239); }
H1.HeaderClassName
{
color: #C785EF;
}
.AnyTagClassName
{
color: #C785EF;
}
</style>
background-color css
<style>
a { background-color: #C785EF; }
a { background-color: rgb(199,133,239); }
div.DivClassName
{
background-color: #C785EF;
}
.BgClassName
{
background-color: #C785EF;
}
</style>
border-color css
<style>
span { border-color: #C785EF; }
span { border-color: rgb(199,133,239); }
td.TdClassName
{
border-color: #C785EF;
}
.TagClassName
{
border-color: #C785EF;
}
</style>