Shades of Heliotrope #C970FD
Tints of Heliotrope #C970FD
RGB
CMYK
RGB Variations
Color information
#C970FD (or 0xC970FD) is known color: Heliotrope. HEX triplet: C9, 70 and FD. RGB value is (201,112,253). Sum of RGB (Red+Green+Blue) = 201+112+253=566 (74% of max value = 765). Red value is 201 (78.91% from 255 or 35.51% from 566); Green value is 112 (44.14% from 255 or 19.79% from 566); Blue value is 253 (99.22% from 255 or 44.70% from 566); Max value from RGB is 253 - color contains mainly: blue. Hex color #C970FD is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #C970FD is #368F02. Grayscale: #9A9A9A. Windows color (decimal): -3575555 or 16609481. OLE color: 16609481.
HSL color Cylindrical-coordinate representation of color #C970FD: hue angle of 277.87º degrees, saturation: 0.97, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #C970FD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 201 | 112 | 253 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.01 |
| HSL | 277.87º | 0.97% | 0.72% | - |
| HSV(B) | 277.87º | 0.56% | 0.99% | - |
| XYZ | 47.61 | 31.1 | 96.42 | - |
| YUV | 154.69 | 183.49 | 161.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 112 | 253 | 0.21 | 0.56 | 0 | 0.01 | 277.87 | 0.97 | 0.72 |
| Hex | C9 | 70 | FD | 15 | 38 | 0 | 1 | 116 | 61 | 48 |
| Octal | 311 | 160 | 375 | 25 | 70 | 0 | 1 | 426 | 141 | 110 |
| Binary | 11001001 | 1110000 | 11111101 | 10101 | 111000 | 0 | 1 | 100010110 | 1100001 | 1001000 |
Color Harmonies of #C970FD
Complementary color
Monochromatic Colors of #C970FD
Black with #C970FD
Text Example
Text Example
White with #C970FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C970FD; }
p { color: rgb(201,112,253); }
H1.HeaderClassName
{
color: #C970FD;
}
.AnyTagClassName
{
color: #C970FD;
}
</style>
background-color css
<style>
a { background-color: #C970FD; }
a { background-color: rgb(201,112,253); }
div.DivClassName
{
background-color: #C970FD;
}
.BgClassName
{
background-color: #C970FD;
}
</style>
border-color css
<style>
span { border-color: #C970FD; }
span { border-color: rgb(201,112,253); }
td.TdClassName
{
border-color: #C970FD;
}
.TagClassName
{
border-color: #C970FD;
}
</style>