Shades of Heliotrope #C78AFC
Tints of Heliotrope #C78AFC
RGB
CMYK
RGB Variations
Color information
#C78AFC (or 0xC78AFC) is known color: Heliotrope. HEX triplet: C7, 8A and FC. RGB value is (199,138,252). Sum of RGB (Red+Green+Blue) = 199+138+252=589 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.79% from 589); Green value is 138 (54.30% from 255 or 23.43% from 589); Blue value is 252 (98.83% from 255 or 42.78% from 589); Max value from RGB is 252 - color contains mainly: blue. Hex color #C78AFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78AFC is #387503. Grayscale: #A8A8A8. Windows color (decimal): -3699972 or 16550599. OLE color: 16550599.
HSL color Cylindrical-coordinate representation of color #C78AFC: hue angle of 272.11º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C78AFC is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 199 | 138 | 252 | - |
| CMYK | 0.21 | 0.45 | 0 | 0.01 |
| HSL | 272.11º | 0.95% | 0.76% | - |
| HSV(B) | 272.11º | 0.45% | 0.99% | - |
| XYZ | 50.21 | 37.35 | 96.66 | - |
| YUV | 169.24 | 174.71 | 149.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 252 | 0.21 | 0.45 | 0 | 0.01 | 272.11 | 0.95 | 0.76 |
| Hex | C7 | 8A | FC | 15 | 2D | 0 | 1 | 110 | 5F | 4C |
| Octal | 307 | 212 | 374 | 25 | 55 | 0 | 1 | 420 | 137 | 114 |
| Binary | 11000111 | 10001010 | 11111100 | 10101 | 101101 | 0 | 1 | 100010000 | 1011111 | 1001100 |
Color Harmonies of #C78AFC
Complementary color
Monochromatic Colors of #C78AFC
Black with #C78AFC
Text Example
Text Example
White with #C78AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78AFC; }
p { color: rgb(199,138,252); }
H1.HeaderClassName
{
color: #C78AFC;
}
.AnyTagClassName
{
color: #C78AFC;
}
</style>
background-color css
<style>
a { background-color: #C78AFC; }
a { background-color: rgb(199,138,252); }
div.DivClassName
{
background-color: #C78AFC;
}
.BgClassName
{
background-color: #C78AFC;
}
</style>
border-color css
<style>
span { border-color: #C78AFC; }
span { border-color: rgb(199,138,252); }
td.TdClassName
{
border-color: #C78AFC;
}
.TagClassName
{
border-color: #C78AFC;
}
</style>