Shades of Heliotrope #C78AFE
Tints of Heliotrope #C78AFE
RGB
CMYK
RGB Variations
Color information
#C78AFE (or 0xC78AFE) is known color: Heliotrope. HEX triplet: C7, 8A and FE. RGB value is (199,138,254). Sum of RGB (Red+Green+Blue) = 199+138+254=591 (78% of max value = 765). Red value is 199 (78.12% from 255 or 33.67% from 591); Green value is 138 (54.30% from 255 or 23.35% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #C78AFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C78AFE is #387501. Grayscale: #A9A9A9. Windows color (decimal): -3699970 or 16681671. OLE color: 16681671.
HSL color Cylindrical-coordinate representation of color #C78AFE: hue angle of 271.55º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C78AFE is Cyan = 0.22, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 199 | 138 | 254 | - |
| CMYK | 0.22 | 0.46 | 0 | 0.00 |
| HSL | 271.55º | 0.98% | 0.77% | - |
| HSV(B) | 271.55º | 0.46% | 1% | - |
| XYZ | 50.53 | 37.47 | 98.34 | - |
| YUV | 169.46 | 175.71 | 149.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 138 | 254 | 0.22 | 0.46 | 0 | 0.00 | 271.55 | 0.98 | 0.77 |
| Hex | C7 | 8A | FE | 16 | 2E | 0 | 0 | 110 | 62 | 4D |
| Octal | 307 | 212 | 376 | 26 | 56 | 0 | 0 | 420 | 142 | 115 |
| Binary | 11000111 | 10001010 | 11111110 | 10110 | 101110 | 0 | 0 | 100010000 | 1100010 | 1001101 |
Color Harmonies of #C78AFE
Complementary color
Monochromatic Colors of #C78AFE
Black with #C78AFE
Text Example
Text Example
White with #C78AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C78AFE; }
p { color: rgb(199,138,254); }
H1.HeaderClassName
{
color: #C78AFE;
}
.AnyTagClassName
{
color: #C78AFE;
}
</style>
background-color css
<style>
a { background-color: #C78AFE; }
a { background-color: rgb(199,138,254); }
div.DivClassName
{
background-color: #C78AFE;
}
.BgClassName
{
background-color: #C78AFE;
}
</style>
border-color css
<style>
span { border-color: #C78AFE; }
span { border-color: rgb(199,138,254); }
td.TdClassName
{
border-color: #C78AFE;
}
.TagClassName
{
border-color: #C78AFE;
}
</style>