Shades of Heliotrope #CF4FFE
Tints of Heliotrope #CF4FFE
RGB
CMYK
RGB Variations
Color information
#CF4FFE (or 0xCF4FFE) is known color: Heliotrope. HEX triplet: CF, 4F and FE. RGB value is (207,79,254). Sum of RGB (Red+Green+Blue) = 207+79+254=540 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.33% from 540); Green value is 79 (31.25% from 255 or 14.63% from 540); Blue value is 254 (99.61% from 255 or 47.04% from 540); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF4FFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF4FFE is #30B001. Grayscale: #888888. Windows color (decimal): -3190786 or 16666575. OLE color: 16666575.
HSL color Cylindrical-coordinate representation of color #CF4FFE: hue angle of 283.89º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF4FFE is Cyan = 0.19, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 79 | 254 | - |
| CMYK | 0.19 | 0.69 | 0 | 0.00 |
| HSL | 283.89º | 0.99% | 0.65% | - |
| HSV(B) | 283.89º | 0.69% | 1% | - |
| XYZ | 46.42 | 26.01 | 96.34 | - |
| YUV | 137.22 | 193.91 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 79 | 254 | 0.19 | 0.69 | 0 | 0.00 | 283.89 | 0.99 | 0.65 |
| Hex | CF | 4F | FE | 13 | 45 | 0 | 0 | 11C | 63 | 41 |
| Octal | 317 | 117 | 376 | 23 | 105 | 0 | 0 | 434 | 143 | 101 |
| Binary | 11001111 | 1001111 | 11111110 | 10011 | 1000101 | 0 | 0 | 100011100 | 1100011 | 1000001 |
Color Harmonies of #CF4FFE
Complementary color
Monochromatic Colors of #CF4FFE
Black with #CF4FFE
Text Example
Text Example
White with #CF4FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF4FFE; }
p { color: rgb(207,79,254); }
H1.HeaderClassName
{
color: #CF4FFE;
}
.AnyTagClassName
{
color: #CF4FFE;
}
</style>
background-color css
<style>
a { background-color: #CF4FFE; }
a { background-color: rgb(207,79,254); }
div.DivClassName
{
background-color: #CF4FFE;
}
.BgClassName
{
background-color: #CF4FFE;
}
</style>
border-color css
<style>
span { border-color: #CF4FFE; }
span { border-color: rgb(207,79,254); }
td.TdClassName
{
border-color: #CF4FFE;
}
.TagClassName
{
border-color: #CF4FFE;
}
</style>