Shades of Heliotrope #C984FB
Tints of Heliotrope #C984FB
RGB
CMYK
RGB Variations
Color information
#C984FB (or 0xC984FB) is known color: Heliotrope. HEX triplet: C9, 84 and FB. RGB value is (201,132,251). Sum of RGB (Red+Green+Blue) = 201+132+251=584 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.42% from 584); Green value is 132 (51.95% from 255 or 22.60% from 584); Blue value is 251 (98.44% from 255 or 42.98% from 584); Max value from RGB is 251 - color contains mainly: blue. Hex color #C984FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984FB is #367B04. Grayscale: #A5A5A5. Windows color (decimal): -3570437 or 16483529. OLE color: 16483529.
HSL color Cylindrical-coordinate representation of color #C984FB: hue angle of 274.79º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C984FB is Cyan = 0.20, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 132 | 251 | - |
| CMYK | 0.20 | 0.47 | 0 | 0.02 |
| HSL | 274.79º | 0.94% | 0.75% | - |
| HSV(B) | 274.79º | 0.47% | 0.98% | - |
| XYZ | 49.75 | 35.89 | 95.57 | - |
| YUV | 166.2 | 175.86 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 251 | 0.20 | 0.47 | 0 | 0.02 | 274.79 | 0.94 | 0.75 |
| Hex | C9 | 84 | FB | 14 | 2F | 0 | 2 | 113 | 5E | 4B |
| Octal | 311 | 204 | 373 | 24 | 57 | 0 | 2 | 423 | 136 | 113 |
| Binary | 11001001 | 10000100 | 11111011 | 10100 | 101111 | 0 | 10 | 100010011 | 1011110 | 1001011 |
Color Harmonies of #C984FB
Complementary color
Monochromatic Colors of #C984FB
Black with #C984FB
Text Example
Text Example
White with #C984FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984FB; }
p { color: rgb(201,132,251); }
H1.HeaderClassName
{
color: #C984FB;
}
.AnyTagClassName
{
color: #C984FB;
}
</style>
background-color css
<style>
a { background-color: #C984FB; }
a { background-color: rgb(201,132,251); }
div.DivClassName
{
background-color: #C984FB;
}
.BgClassName
{
background-color: #C984FB;
}
</style>
border-color css
<style>
span { border-color: #C984FB; }
span { border-color: rgb(201,132,251); }
td.TdClassName
{
border-color: #C984FB;
}
.TagClassName
{
border-color: #C984FB;
}
</style>