Shades of Heliotrope #C981FF
Tints of Heliotrope #C981FF
RGB
CMYK
RGB Variations
Color information
#C981FF (or 0xC981FF) is known color: Heliotrope. HEX triplet: C9, 81 and FF. RGB value is (201,129,255). Sum of RGB (Red+Green+Blue) = 201+129+255=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 129 (50.78% from 255 or 22.05% from 585); Blue value is 255 (100% from 255 or 43.59% from 585); Max value from RGB is 255 - color contains mainly: blue. Hex color #C981FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981FF is #367E00. Grayscale: #A4A4A4. Windows color (decimal): -3571201 or 16744905. OLE color: 16744905.
HSL color Cylindrical-coordinate representation of color #C981FF: hue angle of 274.29º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C981FF is Cyan = 0.21, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 201 | 129 | 255 | - |
| CMYK | 0.21 | 0.49 | 0 | 0 |
| HSL | 274.29º | 1% | 0.75% | - |
| HSV(B) | 274.29º | 0.49% | 1% | - |
| XYZ | 49.99 | 35.34 | 98.79 | - |
| YUV | 164.89 | 178.85 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 255 | 0.21 | 0.49 | 0 | 0 | 274.29 | 1 | 0.75 |
| Hex | C9 | 81 | FF | 15 | 31 | 0 | 0 | 112 | 64 | 4B |
| Octal | 311 | 201 | 377 | 25 | 61 | 0 | 0 | 422 | 144 | 113 |
| Binary | 11001001 | 10000001 | 11111111 | 10101 | 110001 | 0 | 0 | 100010010 | 1100100 | 1001011 |
Color Harmonies of #C981FF
Complementary color
Monochromatic Colors of #C981FF
Black with #C981FF
Text Example
Text Example
White with #C981FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C981FF; }
p { color: rgb(201,129,255); }
H1.HeaderClassName
{
color: #C981FF;
}
.AnyTagClassName
{
color: #C981FF;
}
</style>
background-color css
<style>
a { background-color: #C981FF; }
a { background-color: rgb(201,129,255); }
div.DivClassName
{
background-color: #C981FF;
}
.BgClassName
{
background-color: #C981FF;
}
</style>
border-color css
<style>
span { border-color: #C981FF; }
span { border-color: rgb(201,129,255); }
td.TdClassName
{
border-color: #C981FF;
}
.TagClassName
{
border-color: #C981FF;
}
</style>