Shades of Heliotrope #CF73FC
Tints of Heliotrope #CF73FC
RGB
CMYK
RGB Variations
Color information
#CF73FC (or 0xCF73FC) is known color: Heliotrope. HEX triplet: CF, 73 and FC. RGB value is (207,115,252). Sum of RGB (Red+Green+Blue) = 207+115+252=574 (76% of max value = 765). Red value is 207 (81.25% from 255 or 36.06% from 574); Green value is 115 (45.31% from 255 or 20.03% from 574); Blue value is 252 (98.83% from 255 or 43.90% from 574); Max value from RGB is 252 - color contains mainly: blue. Hex color #CF73FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF73FC is #308C03. Grayscale: #9D9D9D. Windows color (decimal): -3181572 or 16544719. OLE color: 16544719.
HSL color Cylindrical-coordinate representation of color #CF73FC: hue angle of 280.29º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF73FC is Cyan = 0.18, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 207 | 115 | 252 | - |
| CMYK | 0.18 | 0.54 | 0 | 0.01 |
| HSL | 280.29º | 0.96% | 0.72% | - |
| HSV(B) | 280.29º | 0.54% | 0.99% | - |
| XYZ | 49.43 | 32.56 | 95.77 | - |
| YUV | 158.13 | 180.98 | 162.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 252 | 0.18 | 0.54 | 0 | 0.01 | 280.29 | 0.96 | 0.72 |
| Hex | CF | 73 | FC | 12 | 36 | 0 | 1 | 118 | 60 | 48 |
| Octal | 317 | 163 | 374 | 22 | 66 | 0 | 1 | 430 | 140 | 110 |
| Binary | 11001111 | 1110011 | 11111100 | 10010 | 110110 | 0 | 1 | 100011000 | 1100000 | 1001000 |
Color Harmonies of #CF73FC
Complementary color
Monochromatic Colors of #CF73FC
Black with #CF73FC
Text Example
Text Example
White with #CF73FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73FC; }
p { color: rgb(207,115,252); }
H1.HeaderClassName
{
color: #CF73FC;
}
.AnyTagClassName
{
color: #CF73FC;
}
</style>
background-color css
<style>
a { background-color: #CF73FC; }
a { background-color: rgb(207,115,252); }
div.DivClassName
{
background-color: #CF73FC;
}
.BgClassName
{
background-color: #CF73FC;
}
</style>
border-color css
<style>
span { border-color: #CF73FC; }
span { border-color: rgb(207,115,252); }
td.TdClassName
{
border-color: #CF73FC;
}
.TagClassName
{
border-color: #CF73FC;
}
</style>