Shades of Heliotrope #C78BFF
Tints of Heliotrope #C78BFF
RGB
CMYK
RGB Variations
Color information
#C78BFF (or 0xC78BFF) is known color: Heliotrope. HEX triplet: C7, 8B and FF. RGB value is (199,139,255). Sum of RGB (Red+Green+Blue) = 199+139+255=593 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.56% from 593); Green value is 139 (54.69% from 255 or 23.44% from 593); Blue value is 255 (100% from 255 or 43.00% from 593); Max value from RGB is 255 - color contains mainly: blue. Hex color #C78BFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78BFF is #387400. Grayscale: #A9A9A9. Windows color (decimal): -3699713 or 16747463. OLE color: 16747463.
HSL color Cylindrical-coordinate representation of color #C78BFF: hue angle of 271.03º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C78BFF is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 199 | 139 | 255 | - |
| CMYK | 0.22 | 0.45 | 0 | 0 |
| HSL | 271.03º | 1% | 0.77% | - |
| HSV(B) | 271.03º | 0.45% | 1% | - |
| XYZ | 50.84 | 37.83 | 99.23 | - |
| YUV | 170.16 | 175.88 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 139 | 255 | 0.22 | 0.45 | 0 | 0 | 271.03 | 1 | 0.77 |
| Hex | C7 | 8B | FF | 16 | 2D | 0 | 0 | 10F | 64 | 4D |
| Octal | 307 | 213 | 377 | 26 | 55 | 0 | 0 | 417 | 144 | 115 |
| Binary | 11000111 | 10001011 | 11111111 | 10110 | 101101 | 0 | 0 | 100001111 | 1100100 | 1001101 |
Color Harmonies of #C78BFF
Complementary color
Monochromatic Colors of #C78BFF
Black with #C78BFF
Text Example
Text Example
White with #C78BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78BFF; }
p { color: rgb(199,139,255); }
H1.HeaderClassName
{
color: #C78BFF;
}
.AnyTagClassName
{
color: #C78BFF;
}
</style>
background-color css
<style>
a { background-color: #C78BFF; }
a { background-color: rgb(199,139,255); }
div.DivClassName
{
background-color: #C78BFF;
}
.BgClassName
{
background-color: #C78BFF;
}
</style>
border-color css
<style>
span { border-color: #C78BFF; }
span { border-color: rgb(199,139,255); }
td.TdClassName
{
border-color: #C78BFF;
}
.TagClassName
{
border-color: #C78BFF;
}
</style>