Shades of Heliotrope #C982FC
Tints of Heliotrope #C982FC
RGB
CMYK
RGB Variations
Color information
#C982FC (or 0xC982FC) is known color: Heliotrope. HEX triplet: C9, 82 and FC. RGB value is (201,130,252). Sum of RGB (Red+Green+Blue) = 201+130+252=583 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.48% from 583); Green value is 130 (51.17% from 255 or 22.30% from 583); Blue value is 252 (98.83% from 255 or 43.22% from 583); Max value from RGB is 252 - color contains mainly: blue. Hex color #C982FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C982FC is #367D03. Grayscale: #A4A4A4. Windows color (decimal): -3570948 or 16548553. OLE color: 16548553.
HSL color Cylindrical-coordinate representation of color #C982FC: hue angle of 274.92º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C982FC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 130 | 252 | - |
| CMYK | 0.20 | 0.48 | 0 | 0.01 |
| HSL | 274.92º | 0.95% | 0.75% | - |
| HSV(B) | 274.92º | 0.48% | 0.99% | - |
| XYZ | 49.64 | 35.41 | 96.31 | - |
| YUV | 165.14 | 177.02 | 153.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 130 | 252 | 0.20 | 0.48 | 0 | 0.01 | 274.92 | 0.95 | 0.75 |
| Hex | C9 | 82 | FC | 14 | 30 | 0 | 1 | 113 | 5F | 4B |
| Octal | 311 | 202 | 374 | 24 | 60 | 0 | 1 | 423 | 137 | 113 |
| Binary | 11001001 | 10000010 | 11111100 | 10100 | 110000 | 0 | 1 | 100010011 | 1011111 | 1001011 |
Color Harmonies of #C982FC
Complementary color
Monochromatic Colors of #C982FC
Black with #C982FC
Text Example
Text Example
White with #C982FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C982FC; }
p { color: rgb(201,130,252); }
H1.HeaderClassName
{
color: #C982FC;
}
.AnyTagClassName
{
color: #C982FC;
}
</style>
background-color css
<style>
a { background-color: #C982FC; }
a { background-color: rgb(201,130,252); }
div.DivClassName
{
background-color: #C982FC;
}
.BgClassName
{
background-color: #C982FC;
}
</style>
border-color css
<style>
span { border-color: #C982FC; }
span { border-color: rgb(201,130,252); }
td.TdClassName
{
border-color: #C982FC;
}
.TagClassName
{
border-color: #C982FC;
}
</style>