Shades of Heliotrope #C984FE
Tints of Heliotrope #C984FE
RGB
CMYK
RGB Variations
Color information
#C984FE (or 0xC984FE) is known color: Heliotrope. HEX triplet: C9, 84 and FE. RGB value is (201,132,254). Sum of RGB (Red+Green+Blue) = 201+132+254=587 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.24% from 587); Green value is 132 (51.95% from 255 or 22.49% from 587); Blue value is 254 (99.61% from 255 or 43.27% from 587); Max value from RGB is 254 - color contains mainly: blue. Hex color #C984FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984FE is #367B01. Grayscale: #A6A6A6. Windows color (decimal): -3570434 or 16680137. OLE color: 16680137.
HSL color Cylindrical-coordinate representation of color #C984FE: hue angle of 273.93º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C984FE is Cyan = 0.21, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 201 | 132 | 254 | - |
| CMYK | 0.21 | 0.48 | 0 | 0.00 |
| HSL | 273.93º | 0.98% | 0.76% | - |
| HSV(B) | 273.93º | 0.48% | 1% | - |
| XYZ | 50.23 | 36.08 | 98.08 | - |
| YUV | 166.54 | 177.36 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 132 | 254 | 0.21 | 0.48 | 0 | 0.00 | 273.93 | 0.98 | 0.76 |
| Hex | C9 | 84 | FE | 15 | 30 | 0 | 0 | 112 | 62 | 4C |
| Octal | 311 | 204 | 376 | 25 | 60 | 0 | 0 | 422 | 142 | 114 |
| Binary | 11001001 | 10000100 | 11111110 | 10101 | 110000 | 0 | 0 | 100010010 | 1100010 | 1001100 |
Color Harmonies of #C984FE
Complementary color
Monochromatic Colors of #C984FE
Black with #C984FE
Text Example
Text Example
White with #C984FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984FE; }
p { color: rgb(201,132,254); }
H1.HeaderClassName
{
color: #C984FE;
}
.AnyTagClassName
{
color: #C984FE;
}
</style>
background-color css
<style>
a { background-color: #C984FE; }
a { background-color: rgb(201,132,254); }
div.DivClassName
{
background-color: #C984FE;
}
.BgClassName
{
background-color: #C984FE;
}
</style>
border-color css
<style>
span { border-color: #C984FE; }
span { border-color: rgb(201,132,254); }
td.TdClassName
{
border-color: #C984FE;
}
.TagClassName
{
border-color: #C984FE;
}
</style>