Shades of Heliotrope #C94DFE
Tints of Heliotrope #C94DFE
RGB
CMYK
RGB Variations
Color information
#C94DFE (or 0xC94DFE) is known color: Heliotrope. HEX triplet: C9, 4D and FE. RGB value is (201,77,254). Sum of RGB (Red+Green+Blue) = 201+77+254=532 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.78% from 532); Green value is 77 (30.47% from 255 or 14.47% from 532); Blue value is 254 (99.61% from 255 or 47.74% from 532); Max value from RGB is 254 - color contains mainly: blue. Hex color #C94DFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94DFE is #36B201. Grayscale: #858585. Windows color (decimal): -3584514 or 16666057. OLE color: 16666057.
HSL color Cylindrical-coordinate representation of color #C94DFE: hue angle of 282.03º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C94DFE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 77 | 254 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.00 |
| HSL | 282.03º | 0.99% | 0.65% | - |
| HSV(B) | 282.03º | 0.7% | 1% | - |
| XYZ | 44.63 | 24.88 | 96.22 | - |
| YUV | 134.25 | 195.58 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 77 | 254 | 0.21 | 0.70 | 0 | 0.00 | 282.03 | 0.99 | 0.65 |
| Hex | C9 | 4D | FE | 15 | 46 | 0 | 0 | 11A | 63 | 41 |
| Octal | 311 | 115 | 376 | 25 | 106 | 0 | 0 | 432 | 143 | 101 |
| Binary | 11001001 | 1001101 | 11111110 | 10101 | 1000110 | 0 | 0 | 100011010 | 1100011 | 1000001 |
Color Harmonies of #C94DFE
Complementary color
Monochromatic Colors of #C94DFE
Black with #C94DFE
Text Example
Text Example
White with #C94DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94DFE; }
p { color: rgb(201,77,254); }
H1.HeaderClassName
{
color: #C94DFE;
}
.AnyTagClassName
{
color: #C94DFE;
}
</style>
background-color css
<style>
a { background-color: #C94DFE; }
a { background-color: rgb(201,77,254); }
div.DivClassName
{
background-color: #C94DFE;
}
.BgClassName
{
background-color: #C94DFE;
}
</style>
border-color css
<style>
span { border-color: #C94DFE; }
span { border-color: rgb(201,77,254); }
td.TdClassName
{
border-color: #C94DFE;
}
.TagClassName
{
border-color: #C94DFE;
}
</style>