Shades of Heliotrope #C94EFC
Tints of Heliotrope #C94EFC
RGB
CMYK
RGB Variations
Color information
#C94EFC (or 0xC94EFC) is known color: Heliotrope. HEX triplet: C9, 4E and FC. RGB value is (201,78,252). Sum of RGB (Red+Green+Blue) = 201+78+252=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 78 (30.86% from 255 or 14.69% from 531); Blue value is 252 (98.83% from 255 or 47.46% from 531); Max value from RGB is 252 - color contains mainly: blue. Hex color #C94EFC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94EFC is #36B103. Grayscale: #868686. Windows color (decimal): -3584260 or 16535241. OLE color: 16535241.
HSL color Cylindrical-coordinate representation of color #C94EFC: hue angle of 282.41º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94EFC is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 78 | 252 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.01 |
| HSL | 282.41º | 0.97% | 0.65% | - |
| HSV(B) | 282.41º | 0.69% | 0.99% | - |
| XYZ | 44.38 | 24.89 | 94.56 | - |
| YUV | 134.61 | 194.25 | 175.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 78 | 252 | 0.20 | 0.69 | 0 | 0.01 | 282.41 | 0.97 | 0.65 |
| Hex | C9 | 4E | FC | 14 | 45 | 0 | 1 | 11A | 61 | 41 |
| Octal | 311 | 116 | 374 | 24 | 105 | 0 | 1 | 432 | 141 | 101 |
| Binary | 11001001 | 1001110 | 11111100 | 10100 | 1000101 | 0 | 1 | 100011010 | 1100001 | 1000001 |
Color Harmonies of #C94EFC
Complementary color
Monochromatic Colors of #C94EFC
Black with #C94EFC
Text Example
Text Example
White with #C94EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94EFC; }
p { color: rgb(201,78,252); }
H1.HeaderClassName
{
color: #C94EFC;
}
.AnyTagClassName
{
color: #C94EFC;
}
</style>
background-color css
<style>
a { background-color: #C94EFC; }
a { background-color: rgb(201,78,252); }
div.DivClassName
{
background-color: #C94EFC;
}
.BgClassName
{
background-color: #C94EFC;
}
</style>
border-color css
<style>
span { border-color: #C94EFC; }
span { border-color: rgb(201,78,252); }
td.TdClassName
{
border-color: #C94EFC;
}
.TagClassName
{
border-color: #C94EFC;
}
</style>