Shades of Heliotrope #C94FFE
Tints of Heliotrope #C94FFE
RGB
CMYK
RGB Variations
Color information
#C94FFE (or 0xC94FFE) is known color: Heliotrope. HEX triplet: C9, 4F and FE. RGB value is (201,79,254). Sum of RGB (Red+Green+Blue) = 201+79+254=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 79 (31.25% from 255 or 14.79% from 534); Blue value is 254 (99.61% from 255 or 47.57% from 534); Max value from RGB is 254 - color contains mainly: blue. Hex color #C94FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FFE is #36B001. Grayscale: #868686. Windows color (decimal): -3584002 or 16666569. OLE color: 16666569.
HSL color Cylindrical-coordinate representation of color #C94FFE: hue angle of 281.83º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94FFE is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 79 | 254 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.00 |
| HSL | 281.83º | 0.99% | 0.65% | - |
| HSV(B) | 281.83º | 0.69% | 1% | - |
| XYZ | 44.77 | 25.17 | 96.26 | - |
| YUV | 135.43 | 194.92 | 174.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 254 | 0.21 | 0.69 | 0 | 0.00 | 281.83 | 0.99 | 0.65 |
| Hex | C9 | 4F | FE | 15 | 45 | 0 | 0 | 11A | 63 | 41 |
| Octal | 311 | 117 | 376 | 25 | 105 | 0 | 0 | 432 | 143 | 101 |
| Binary | 11001001 | 1001111 | 11111110 | 10101 | 1000101 | 0 | 0 | 100011010 | 1100011 | 1000001 |
Color Harmonies of #C94FFE
Complementary color
Monochromatic Colors of #C94FFE
Black with #C94FFE
Text Example
Text Example
White with #C94FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FFE; }
p { color: rgb(201,79,254); }
H1.HeaderClassName
{
color: #C94FFE;
}
.AnyTagClassName
{
color: #C94FFE;
}
</style>
background-color css
<style>
a { background-color: #C94FFE; }
a { background-color: rgb(201,79,254); }
div.DivClassName
{
background-color: #C94FFE;
}
.BgClassName
{
background-color: #C94FFE;
}
</style>
border-color css
<style>
span { border-color: #C94FFE; }
span { border-color: rgb(201,79,254); }
td.TdClassName
{
border-color: #C94FFE;
}
.TagClassName
{
border-color: #C94FFE;
}
</style>