Shades of Heliotrope #C970FC
Tints of Heliotrope #C970FC
RGB
CMYK
RGB Variations
Color information
#C970FC (or 0xC970FC) is known color: Heliotrope. HEX triplet: C9, 70 and FC. RGB value is (201,112,252). Sum of RGB (Red+Green+Blue) = 201+112+252=565 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.58% from 565); Green value is 112 (44.14% from 255 or 19.82% from 565); Blue value is 252 (98.83% from 255 or 44.60% from 565); Max value from RGB is 252 - color contains mainly: blue. Hex color #C970FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970FC is #368F03. Grayscale: #9A9A9A. Windows color (decimal): -3575556 or 16543945. OLE color: 16543945.
HSL color Cylindrical-coordinate representation of color #C970FC: hue angle of 278.14º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C970FC is Cyan = 0.20, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 112 | 252 | - |
| CMYK | 0.20 | 0.56 | 0 | 0.01 |
| HSL | 278.14º | 0.96% | 0.71% | - |
| HSV(B) | 278.14º | 0.56% | 0.99% | - |
| XYZ | 47.45 | 31.03 | 95.58 | - |
| YUV | 154.57 | 182.99 | 161.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 252 | 0.20 | 0.56 | 0 | 0.01 | 278.14 | 0.96 | 0.71 |
| Hex | C9 | 70 | FC | 14 | 38 | 0 | 1 | 116 | 60 | 47 |
| Octal | 311 | 160 | 374 | 24 | 70 | 0 | 1 | 426 | 140 | 107 |
| Binary | 11001001 | 1110000 | 11111100 | 10100 | 111000 | 0 | 1 | 100010110 | 1100000 | 1000111 |
Color Harmonies of #C970FC
Complementary color
Monochromatic Colors of #C970FC
Black with #C970FC
Text Example
Text Example
White with #C970FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970FC; }
p { color: rgb(201,112,252); }
H1.HeaderClassName
{
color: #C970FC;
}
.AnyTagClassName
{
color: #C970FC;
}
</style>
background-color css
<style>
a { background-color: #C970FC; }
a { background-color: rgb(201,112,252); }
div.DivClassName
{
background-color: #C970FC;
}
.BgClassName
{
background-color: #C970FC;
}
</style>
border-color css
<style>
span { border-color: #C970FC; }
span { border-color: rgb(201,112,252); }
td.TdClassName
{
border-color: #C970FC;
}
.TagClassName
{
border-color: #C970FC;
}
</style>