Shades of Heliotrope #CF53FE
Tints of Heliotrope #CF53FE
RGB
CMYK
RGB Variations
Color information
#CF53FE (or 0xCF53FE) is known color: Heliotrope. HEX triplet: CF, 53 and FE. RGB value is (207,83,254). Sum of RGB (Red+Green+Blue) = 207+83+254=544 (72% of max value = 765). Red value is 207 (81.25% from 255 or 38.05% from 544); Green value is 83 (32.81% from 255 or 15.26% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF53FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53FE is #30AC01. Grayscale: #8B8B8B. Windows color (decimal): -3189762 or 16667599. OLE color: 16667599.
HSL color Cylindrical-coordinate representation of color #CF53FE: hue angle of 283.51º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CF53FE is Cyan = 0.19, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 83 | 254 | - |
| CMYK | 0.19 | 0.67 | 0 | 0.00 |
| HSL | 283.51º | 0.99% | 0.66% | - |
| HSV(B) | 283.51º | 0.67% | 1% | - |
| XYZ | 46.71 | 26.61 | 96.44 | - |
| YUV | 139.57 | 192.58 | 176.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 254 | 0.19 | 0.67 | 0 | 0.00 | 283.51 | 0.99 | 0.66 |
| Hex | CF | 53 | FE | 13 | 43 | 0 | 0 | 11C | 63 | 42 |
| Octal | 317 | 123 | 376 | 23 | 103 | 0 | 0 | 434 | 143 | 102 |
| Binary | 11001111 | 1010011 | 11111110 | 10011 | 1000011 | 0 | 0 | 100011100 | 1100011 | 1000010 |
Color Harmonies of #CF53FE
Complementary color
Monochromatic Colors of #CF53FE
Black with #CF53FE
Text Example
Text Example
White with #CF53FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53FE; }
p { color: rgb(207,83,254); }
H1.HeaderClassName
{
color: #CF53FE;
}
.AnyTagClassName
{
color: #CF53FE;
}
</style>
background-color css
<style>
a { background-color: #CF53FE; }
a { background-color: rgb(207,83,254); }
div.DivClassName
{
background-color: #CF53FE;
}
.BgClassName
{
background-color: #CF53FE;
}
</style>
border-color css
<style>
span { border-color: #CF53FE; }
span { border-color: rgb(207,83,254); }
td.TdClassName
{
border-color: #CF53FE;
}
.TagClassName
{
border-color: #CF53FE;
}
</style>