Shades of Heliotrope #C981F8
Tints of Heliotrope #C981F8
RGB
CMYK
RGB Variations
Color information
#C981F8 (or 0xC981F8) is known color: Heliotrope. HEX triplet: C9, 81 and F8. RGB value is (201,129,248). Sum of RGB (Red+Green+Blue) = 201+129+248=578 (76% of max value = 765). Red value is 201 (78.91% from 255 or 34.78% from 578); Green value is 129 (50.78% from 255 or 22.32% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #C981F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C981F8 is #367E07. Grayscale: #A3A3A3. Windows color (decimal): -3571208 or 16286153. OLE color: 16286153.
HSL color Cylindrical-coordinate representation of color #C981F8: hue angle of 276.3º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C981F8 is Cyan = 0.19, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 201 | 129 | 248 | - |
| CMYK | 0.19 | 0.48 | 0 | 0.03 |
| HSL | 276.3º | 0.89% | 0.74% | - |
| HSV(B) | 276.3º | 0.48% | 0.97% | - |
| XYZ | 48.88 | 34.9 | 92.97 | - |
| YUV | 164.09 | 175.35 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 129 | 248 | 0.19 | 0.48 | 0 | 0.03 | 276.3 | 0.89 | 0.74 |
| Hex | C9 | 81 | F8 | 13 | 30 | 0 | 3 | 114 | 59 | 4A |
| Octal | 311 | 201 | 370 | 23 | 60 | 0 | 3 | 424 | 131 | 112 |
| Binary | 11001001 | 10000001 | 11111000 | 10011 | 110000 | 0 | 11 | 100010100 | 1011001 | 1001010 |
Color Harmonies of #C981F8
Complementary color
Monochromatic Colors of #C981F8
Black with #C981F8
Text Example
Text Example
White with #C981F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C981F8; }
p { color: rgb(201,129,248); }
H1.HeaderClassName
{
color: #C981F8;
}
.AnyTagClassName
{
color: #C981F8;
}
</style>
background-color css
<style>
a { background-color: #C981F8; }
a { background-color: rgb(201,129,248); }
div.DivClassName
{
background-color: #C981F8;
}
.BgClassName
{
background-color: #C981F8;
}
</style>
border-color css
<style>
span { border-color: #C981F8; }
span { border-color: rgb(201,129,248); }
td.TdClassName
{
border-color: #C981F8;
}
.TagClassName
{
border-color: #C981F8;
}
</style>