Shades of Heliotrope #CF73FE
Tints of Heliotrope #CF73FE
RGB
CMYK
RGB Variations
Color information
#CF73FE (or 0xCF73FE) is known color: Heliotrope. HEX triplet: CF, 73 and FE. RGB value is (207,115,254). Sum of RGB (Red+Green+Blue) = 207+115+254=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF73FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF73FE is #308C01. Grayscale: #9D9D9D. Windows color (decimal): -3181570 or 16675791. OLE color: 16675791.
HSL color Cylindrical-coordinate representation of color #CF73FE: hue angle of 279.71º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CF73FE is Cyan = 0.19, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 115 | 254 | - |
| CMYK | 0.19 | 0.55 | 0 | 0.00 |
| HSL | 279.71º | 0.99% | 0.72% | - |
| HSV(B) | 279.71º | 0.55% | 1% | - |
| XYZ | 49.75 | 32.68 | 97.45 | - |
| YUV | 158.35 | 181.98 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 254 | 0.19 | 0.55 | 0 | 0.00 | 279.71 | 0.99 | 0.72 |
| Hex | CF | 73 | FE | 13 | 37 | 0 | 0 | 118 | 63 | 48 |
| Octal | 317 | 163 | 376 | 23 | 67 | 0 | 0 | 430 | 143 | 110 |
| Binary | 11001111 | 1110011 | 11111110 | 10011 | 110111 | 0 | 0 | 100011000 | 1100011 | 1001000 |
Color Harmonies of #CF73FE
Complementary color
Monochromatic Colors of #CF73FE
Black with #CF73FE
Text Example
Text Example
White with #CF73FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF73FE; }
p { color: rgb(207,115,254); }
H1.HeaderClassName
{
color: #CF73FE;
}
.AnyTagClassName
{
color: #CF73FE;
}
</style>
background-color css
<style>
a { background-color: #CF73FE; }
a { background-color: rgb(207,115,254); }
div.DivClassName
{
background-color: #CF73FE;
}
.BgClassName
{
background-color: #CF73FE;
}
</style>
border-color css
<style>
span { border-color: #CF73FE; }
span { border-color: rgb(207,115,254); }
td.TdClassName
{
border-color: #CF73FE;
}
.TagClassName
{
border-color: #CF73FE;
}
</style>