Shades of Heliotrope #C785FE
Tints of Heliotrope #C785FE
RGB
CMYK
RGB Variations
Color information
#C785FE (or 0xC785FE) is known color: Heliotrope. HEX triplet: C7, 85 and FE. RGB value is (199,133,254). Sum of RGB (Red+Green+Blue) = 199+133+254=586 (77% of max value = 765). Red value is 199 (78.12% from 255 or 33.96% from 586); Green value is 133 (52.34% from 255 or 22.70% from 586); Blue value is 254 (99.61% from 255 or 43.34% from 586); Max value from RGB is 254 - color contains mainly: blue. Hex color #C785FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C785FE is #387A01. Grayscale: #A6A6A6. Windows color (decimal): -3701250 or 16680391. OLE color: 16680391.
HSL color Cylindrical-coordinate representation of color #C785FE: hue angle of 272.73º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C785FE is Cyan = 0.22, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 133 | 254 | - |
| CMYK | 0.22 | 0.48 | 0 | 0.00 |
| HSL | 272.73º | 0.98% | 0.76% | - |
| HSV(B) | 272.73º | 0.48% | 1% | - |
| XYZ | 49.83 | 36.07 | 98.1 | - |
| YUV | 166.53 | 177.37 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 133 | 254 | 0.22 | 0.48 | 0 | 0.00 | 272.73 | 0.98 | 0.76 |
| Hex | C7 | 85 | FE | 16 | 30 | 0 | 0 | 111 | 62 | 4C |
| Octal | 307 | 205 | 376 | 26 | 60 | 0 | 0 | 421 | 142 | 114 |
| Binary | 11000111 | 10000101 | 11111110 | 10110 | 110000 | 0 | 0 | 100010001 | 1100010 | 1001100 |
Color Harmonies of #C785FE
Complementary color
Monochromatic Colors of #C785FE
Black with #C785FE
Text Example
Text Example
White with #C785FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C785FE; }
p { color: rgb(199,133,254); }
H1.HeaderClassName
{
color: #C785FE;
}
.AnyTagClassName
{
color: #C785FE;
}
</style>
background-color css
<style>
a { background-color: #C785FE; }
a { background-color: rgb(199,133,254); }
div.DivClassName
{
background-color: #C785FE;
}
.BgClassName
{
background-color: #C785FE;
}
</style>
border-color css
<style>
span { border-color: #C785FE; }
span { border-color: rgb(199,133,254); }
td.TdClassName
{
border-color: #C785FE;
}
.TagClassName
{
border-color: #C785FE;
}
</style>