Shades of Heliotrope #CF57FF
Tints of Heliotrope #CF57FF
RGB
CMYK
RGB Variations
Color information
#CF57FF (or 0xCF57FF) is known color: Heliotrope. HEX triplet: CF, 57 and FF. RGB value is (207,87,255). Sum of RGB (Red+Green+Blue) = 207+87+255=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 87 (34.38% from 255 or 15.85% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #CF57FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF57FF is #30A800. Grayscale: #8D8D8D. Windows color (decimal): -3188737 or 16734159. OLE color: 16734159.
HSL color Cylindrical-coordinate representation of color #CF57FF: hue angle of 282.86º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF57FF is Cyan = 0.19, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 207 | 87 | 255 | - |
| CMYK | 0.19 | 0.66 | 0 | 0 |
| HSL | 282.86º | 1% | 0.67% | - |
| HSV(B) | 282.86º | 0.66% | 1% | - |
| XYZ | 47.19 | 27.3 | 97.39 | - |
| YUV | 142.03 | 191.76 | 174.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 87 | 255 | 0.19 | 0.66 | 0 | 0 | 282.86 | 1 | 0.67 |
| Hex | CF | 57 | FF | 13 | 42 | 0 | 0 | 11B | 64 | 43 |
| Octal | 317 | 127 | 377 | 23 | 102 | 0 | 0 | 433 | 144 | 103 |
| Binary | 11001111 | 1010111 | 11111111 | 10011 | 1000010 | 0 | 0 | 100011011 | 1100100 | 1000011 |
Color Harmonies of #CF57FF
Complementary color
Monochromatic Colors of #CF57FF
Black with #CF57FF
Text Example
Text Example
White with #CF57FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF57FF; }
p { color: rgb(207,87,255); }
H1.HeaderClassName
{
color: #CF57FF;
}
.AnyTagClassName
{
color: #CF57FF;
}
</style>
background-color css
<style>
a { background-color: #CF57FF; }
a { background-color: rgb(207,87,255); }
div.DivClassName
{
background-color: #CF57FF;
}
.BgClassName
{
background-color: #CF57FF;
}
</style>
border-color css
<style>
span { border-color: #CF57FF; }
span { border-color: rgb(207,87,255); }
td.TdClassName
{
border-color: #CF57FF;
}
.TagClassName
{
border-color: #CF57FF;
}
</style>