Shades of Heliotrope #CF5FFF
Tints of Heliotrope #CF5FFF
RGB
CMYK
RGB Variations
Color information
#CF5FFF (or 0xCF5FFF) is known color: Heliotrope. HEX triplet: CF, 5F and FF. RGB value is (207,95,255). Sum of RGB (Red+Green+Blue) = 207+95+255=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 95 (37.5% from 255 or 17.06% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF5FFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5FFF is #30A000. Grayscale: #929292. Windows color (decimal): -3186689 or 16736207. OLE color: 16736207.
HSL color Cylindrical-coordinate representation of color #CF5FFF: hue angle of 282º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF5FFF is Cyan = 0.19, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 95 | 255 | - |
| CMYK | 0.19 | 0.63 | 0 | 0 |
| HSL | 282º | 1% | 0.69% | - |
| HSV(B) | 282º | 0.63% | 1% | - |
| XYZ | 47.87 | 28.67 | 97.62 | - |
| YUV | 146.73 | 189.11 | 170.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 95 | 255 | 0.19 | 0.63 | 0 | 0 | 282 | 1 | 0.69 |
| Hex | CF | 5F | FF | 13 | 3F | 0 | 0 | 11A | 64 | 45 |
| Octal | 317 | 137 | 377 | 23 | 77 | 0 | 0 | 432 | 144 | 105 |
| Binary | 11001111 | 1011111 | 11111111 | 10011 | 111111 | 0 | 0 | 100011010 | 1100100 | 1000101 |
Color Harmonies of #CF5FFF
Complementary color
Monochromatic Colors of #CF5FFF
Black with #CF5FFF
Text Example
Text Example
White with #CF5FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5FFF; }
p { color: rgb(207,95,255); }
H1.HeaderClassName
{
color: #CF5FFF;
}
.AnyTagClassName
{
color: #CF5FFF;
}
</style>
background-color css
<style>
a { background-color: #CF5FFF; }
a { background-color: rgb(207,95,255); }
div.DivClassName
{
background-color: #CF5FFF;
}
.BgClassName
{
background-color: #CF5FFF;
}
</style>
border-color css
<style>
span { border-color: #CF5FFF; }
span { border-color: rgb(207,95,255); }
td.TdClassName
{
border-color: #CF5FFF;
}
.TagClassName
{
border-color: #CF5FFF;
}
</style>