Shades of Heliotrope #C94FFB
Tints of Heliotrope #C94FFB
RGB
CMYK
RGB Variations
Color information
#C94FFB (or 0xC94FFB) is known color: Heliotrope. HEX triplet: C9, 4F and FB. RGB value is (201,79,251). Sum of RGB (Red+Green+Blue) = 201+79+251=531 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.85% from 531); Green value is 79 (31.25% from 255 or 14.88% from 531); Blue value is 251 (98.44% from 255 or 47.27% from 531); Max value from RGB is 251 - color contains mainly: blue. Hex color #C94FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C94FFB is #36B004. Grayscale: #868686. Windows color (decimal): -3584005 or 16469961. OLE color: 16469961.
HSL color Cylindrical-coordinate representation of color #C94FFB: hue angle of 282.56º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C94FFB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 79 | 251 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.02 |
| HSL | 282.56º | 0.96% | 0.65% | - |
| HSV(B) | 282.56º | 0.69% | 0.98% | - |
| XYZ | 44.3 | 24.97 | 93.75 | - |
| YUV | 135.09 | 193.42 | 175.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 79 | 251 | 0.20 | 0.69 | 0 | 0.02 | 282.56 | 0.96 | 0.65 |
| Hex | C9 | 4F | FB | 14 | 45 | 0 | 2 | 11B | 60 | 41 |
| Octal | 311 | 117 | 373 | 24 | 105 | 0 | 2 | 433 | 140 | 101 |
| Binary | 11001001 | 1001111 | 11111011 | 10100 | 1000101 | 0 | 10 | 100011011 | 1100000 | 1000001 |
Color Harmonies of #C94FFB
Complementary color
Monochromatic Colors of #C94FFB
Black with #C94FFB
Text Example
Text Example
White with #C94FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C94FFB; }
p { color: rgb(201,79,251); }
H1.HeaderClassName
{
color: #C94FFB;
}
.AnyTagClassName
{
color: #C94FFB;
}
</style>
background-color css
<style>
a { background-color: #C94FFB; }
a { background-color: rgb(201,79,251); }
div.DivClassName
{
background-color: #C94FFB;
}
.BgClassName
{
background-color: #C94FFB;
}
</style>
border-color css
<style>
span { border-color: #C94FFB; }
span { border-color: rgb(201,79,251); }
td.TdClassName
{
border-color: #C94FFB;
}
.TagClassName
{
border-color: #C94FFB;
}
</style>