Shades of Heliotrope #CF4CFE
Tints of Heliotrope #CF4CFE
RGB
CMYK
RGB Variations
Color information
#CF4CFE (or 0xCF4CFE) is known color: Heliotrope. HEX triplet: CF, 4C and FE. RGB value is (207,76,254). Sum of RGB (Red+Green+Blue) = 207+76+254=537 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.55% from 537); Green value is 76 (30.08% from 255 or 14.15% from 537); Blue value is 254 (99.61% from 255 or 47.30% from 537); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF4CFE is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF4CFE is #30B301. Grayscale: #868686. Windows color (decimal): -3191554 or 16665807. OLE color: 16665807.
HSL color Cylindrical-coordinate representation of color #CF4CFE: hue angle of 284.16º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CF4CFE is Cyan = 0.19, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 76 | 254 | - |
| CMYK | 0.19 | 0.70 | 0 | 0.00 |
| HSL | 284.16º | 0.99% | 0.65% | - |
| HSV(B) | 284.16º | 0.7% | 1% | - |
| XYZ | 46.21 | 25.59 | 96.27 | - |
| YUV | 135.46 | 194.9 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 76 | 254 | 0.19 | 0.70 | 0 | 0.00 | 284.16 | 0.99 | 0.65 |
| Hex | CF | 4C | FE | 13 | 46 | 0 | 0 | 11C | 63 | 41 |
| Octal | 317 | 114 | 376 | 23 | 106 | 0 | 0 | 434 | 143 | 101 |
| Binary | 11001111 | 1001100 | 11111110 | 10011 | 1000110 | 0 | 0 | 100011100 | 1100011 | 1000001 |
Color Harmonies of #CF4CFE
Complementary color
Monochromatic Colors of #CF4CFE
Black with #CF4CFE
Text Example
Text Example
White with #CF4CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4CFE; }
p { color: rgb(207,76,254); }
H1.HeaderClassName
{
color: #CF4CFE;
}
.AnyTagClassName
{
color: #CF4CFE;
}
</style>
background-color css
<style>
a { background-color: #CF4CFE; }
a { background-color: rgb(207,76,254); }
div.DivClassName
{
background-color: #CF4CFE;
}
.BgClassName
{
background-color: #CF4CFE;
}
</style>
border-color css
<style>
span { border-color: #CF4CFE; }
span { border-color: rgb(207,76,254); }
td.TdClassName
{
border-color: #CF4CFE;
}
.TagClassName
{
border-color: #CF4CFE;
}
</style>