Shades of Heliotrope #C951FE
Tints of Heliotrope #C951FE
RGB
CMYK
RGB Variations
Color information
#C951FE (or 0xC951FE) is known color: Heliotrope. HEX triplet: C9, 51 and FE. RGB value is (201,81,254). Sum of RGB (Red+Green+Blue) = 201+81+254=536 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.5% from 536); Green value is 81 (32.03% from 255 or 15.11% from 536); Blue value is 254 (99.61% from 255 or 47.39% from 536); Max value from RGB is 254 - color contains mainly: blue. Hex color #C951FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951FE is #36AE01. Grayscale: #888888. Windows color (decimal): -3583490 or 16667081. OLE color: 16667081.
HSL color Cylindrical-coordinate representation of color #C951FE: hue angle of 281.62º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C951FE is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 81 | 254 | - |
| CMYK | 0.21 | 0.68 | 0 | 0.00 |
| HSL | 281.62º | 0.99% | 0.66% | - |
| HSV(B) | 281.62º | 0.68% | 1% | - |
| XYZ | 44.92 | 25.46 | 96.31 | - |
| YUV | 136.6 | 194.26 | 173.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 254 | 0.21 | 0.68 | 0 | 0.00 | 281.62 | 0.99 | 0.66 |
| Hex | C9 | 51 | FE | 15 | 44 | 0 | 0 | 11A | 63 | 42 |
| Octal | 311 | 121 | 376 | 25 | 104 | 0 | 0 | 432 | 143 | 102 |
| Binary | 11001001 | 1010001 | 11111110 | 10101 | 1000100 | 0 | 0 | 100011010 | 1100011 | 1000010 |
Color Harmonies of #C951FE
Complementary color
Monochromatic Colors of #C951FE
Black with #C951FE
Text Example
Text Example
White with #C951FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951FE; }
p { color: rgb(201,81,254); }
H1.HeaderClassName
{
color: #C951FE;
}
.AnyTagClassName
{
color: #C951FE;
}
</style>
background-color css
<style>
a { background-color: #C951FE; }
a { background-color: rgb(201,81,254); }
div.DivClassName
{
background-color: #C951FE;
}
.BgClassName
{
background-color: #C951FE;
}
</style>
border-color css
<style>
span { border-color: #C951FE; }
span { border-color: rgb(201,81,254); }
td.TdClassName
{
border-color: #C951FE;
}
.TagClassName
{
border-color: #C951FE;
}
</style>