Shades of Heliotrope #C982FB
Tints of Heliotrope #C982FB
RGB
CMYK
RGB Variations
Color information
#C982FB (or 0xC982FB) is known color: Heliotrope. HEX triplet: C9, 82 and FB. RGB value is (201,130,251). Sum of RGB (Red+Green+Blue) = 201+130+251=582 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.54% from 582); Green value is 130 (51.17% from 255 or 22.34% from 582); Blue value is 251 (98.44% from 255 or 43.13% from 582); Max value from RGB is 251 - color contains mainly: blue. Hex color #C982FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982FB is #367D04. Grayscale: #A4A4A4. Windows color (decimal): -3570949 or 16483017. OLE color: 16483017.
HSL color Cylindrical-coordinate representation of color #C982FB: hue angle of 275.21º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C982FB is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 201 | 130 | 251 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.02 |
| HSL | 275.21º | 0.94% | 0.75% | - |
| HSV(B) | 275.21º | 0.48% | 0.98% | - |
| XYZ | 49.48 | 35.35 | 95.48 | - |
| YUV | 165.02 | 176.52 | 153.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 251 | 0.20 | 0.48 | 0 | 0.02 | 275.21 | 0.94 | 0.75 |
| Hex | C9 | 82 | FB | 14 | 30 | 0 | 2 | 113 | 5E | 4B |
| Octal | 311 | 202 | 373 | 24 | 60 | 0 | 2 | 423 | 136 | 113 |
| Binary | 11001001 | 10000010 | 11111011 | 10100 | 110000 | 0 | 10 | 100010011 | 1011110 | 1001011 |
Color Harmonies of #C982FB
Complementary color
Monochromatic Colors of #C982FB
Black with #C982FB
Text Example
Text Example
White with #C982FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982FB; }
p { color: rgb(201,130,251); }
H1.HeaderClassName
{
color: #C982FB;
}
.AnyTagClassName
{
color: #C982FB;
}
</style>
background-color css
<style>
a { background-color: #C982FB; }
a { background-color: rgb(201,130,251); }
div.DivClassName
{
background-color: #C982FB;
}
.BgClassName
{
background-color: #C982FB;
}
</style>
border-color css
<style>
span { border-color: #C982FB; }
span { border-color: rgb(201,130,251); }
td.TdClassName
{
border-color: #C982FB;
}
.TagClassName
{
border-color: #C982FB;
}
</style>