Shades of Heliotrope #C984FC
Tints of Heliotrope #C984FC
RGB
CMYK
RGB Variations
Color information
#C984FC (or 0xC984FC) is known color: Heliotrope. HEX triplet: C9, 84 and FC. RGB value is (201,132,252). Sum of RGB (Red+Green+Blue) = 201+132+252=585 (77% of max value = 765). Red value is 201 (78.91% from 255 or 34.36% from 585); Green value is 132 (51.95% from 255 or 22.56% from 585); Blue value is 252 (98.83% from 255 or 43.08% from 585); Max value from RGB is 252 - color contains mainly: blue. Hex color #C984FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #C984FC is #367B03. Grayscale: #A5A5A5. Windows color (decimal): -3570436 or 16549065. OLE color: 16549065.
HSL color Cylindrical-coordinate representation of color #C984FC: hue angle of 274.5º 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 #C984FC is Cyan = 0.20, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 201 | 132 | 252 | - |
CMYK | 0.20 | 0.48 | 0 | 0.01 |
HSL | 274.5º | 0.95% | 0.75% | - |
HSV(B) | 274.5º | 0.48% | 0.99% | - |
XYZ | 49.91 | 35.95 | 96.4 | - |
YUV | 166.31 | 176.36 | 152.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 201 | 132 | 252 | 0.20 | 0.48 | 0 | 0.01 | 274.5 | 0.95 | 0.75 |
Hex | C9 | 84 | FC | 14 | 30 | 0 | 1 | 112 | 5F | 4B |
Octal | 311 | 204 | 374 | 24 | 60 | 0 | 1 | 422 | 137 | 113 |
Binary | 11001001 | 10000100 | 11111100 | 10100 | 110000 | 0 | 1 | 100010010 | 1011111 | 1001011 |
Color Harmonies of #C984FC
Complementary color
Monochromatic Colors of #C984FC
Black with #C984FC
Text Example
Text Example
White with #C984FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C984FC; }
p { color: rgb(201,132,252); }
H1.HeaderClassName
{
color: #C984FC;
}
.AnyTagClassName
{
color: #C984FC;
}
</style>
background-color css
<style>
a { background-color: #C984FC; }
a { background-color: rgb(201,132,252); }
div.DivClassName
{
background-color: #C984FC;
}
.BgClassName
{
background-color: #C984FC;
}
</style>
border-color css
<style>
span { border-color: #C984FC; }
span { border-color: rgb(201,132,252); }
td.TdClassName
{
border-color: #C984FC;
}
.TagClassName
{
border-color: #C984FC;
}
</style>