Shades of Heliotrope #C951FF
Tints of Heliotrope #C951FF
RGB
CMYK
RGB Variations
Color information
#C951FF (or 0xC951FF) is known color: Heliotrope. HEX triplet: C9, 51 and FF. RGB value is (201,81,255). Sum of RGB (Red+Green+Blue) = 201+81+255=537 (71% of max value = 765). Red value is 201 (78.91% from 255 or 37.43% from 537); Green value is 81 (32.03% from 255 or 15.08% from 537); Blue value is 255 (100% from 255 or 47.49% from 537); Max value from RGB is 255 - color contains mainly: blue. Hex color #C951FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C951FF is #36AE00. Grayscale: #888888. Windows color (decimal): -3583489 or 16732617. OLE color: 16732617.
HSL color Cylindrical-coordinate representation of color #C951FF: hue angle of 281.38º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C951FF is Cyan = 0.21, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 81 | 255 | - |
| CMYK | 0.21 | 0.68 | 0 | 0 |
| HSL | 281.38º | 1% | 0.66% | - |
| HSV(B) | 281.38º | 0.68% | 1% | - |
| XYZ | 45.08 | 25.52 | 97.16 | - |
| YUV | 136.72 | 194.76 | 173.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 81 | 255 | 0.21 | 0.68 | 0 | 0 | 281.38 | 1 | 0.66 |
| Hex | C9 | 51 | FF | 15 | 44 | 0 | 0 | 119 | 64 | 42 |
| Octal | 311 | 121 | 377 | 25 | 104 | 0 | 0 | 431 | 144 | 102 |
| Binary | 11001001 | 1010001 | 11111111 | 10101 | 1000100 | 0 | 0 | 100011001 | 1100100 | 1000010 |
Color Harmonies of #C951FF
Complementary color
Monochromatic Colors of #C951FF
Black with #C951FF
Text Example
Text Example
White with #C951FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C951FF; }
p { color: rgb(201,81,255); }
H1.HeaderClassName
{
color: #C951FF;
}
.AnyTagClassName
{
color: #C951FF;
}
</style>
background-color css
<style>
a { background-color: #C951FF; }
a { background-color: rgb(201,81,255); }
div.DivClassName
{
background-color: #C951FF;
}
.BgClassName
{
background-color: #C951FF;
}
</style>
border-color css
<style>
span { border-color: #C951FF; }
span { border-color: rgb(201,81,255); }
td.TdClassName
{
border-color: #C951FF;
}
.TagClassName
{
border-color: #C951FF;
}
</style>