Shades of Heliotrope #CF5AF1
Tints of Heliotrope #CF5AF1
RGB
CMYK
RGB Variations
Color information
#CF5AF1 (or 0xCF5AF1) is known color: Heliotrope. HEX triplet: CF, 5A and F1. RGB value is (207,90,241). Sum of RGB (Red+Green+Blue) = 207+90+241=538 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.48% from 538); Green value is 90 (35.55% from 255 or 16.73% from 538); Blue value is 241 (94.53% from 255 or 44.80% from 538); Max value from RGB is 241 - color contains mainly: blue. Hex color #CF5AF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AF1 is #30A50E. Grayscale: #8D8D8D. Windows color (decimal): -3187983 or 15817423. OLE color: 15817423.
HSL color Cylindrical-coordinate representation of color #CF5AF1: hue angle of 286.49º degrees, saturation: 0.84, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF5AF1 is Cyan = 0.14, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 90 | 241 | - |
| CMYK | 0.14 | 0.63 | 0 | 0.05 |
| HSL | 286.49º | 0.84% | 0.65% | - |
| HSV(B) | 286.49º | 0.63% | 0.95% | - |
| XYZ | 45.27 | 26.93 | 86.03 | - |
| YUV | 142.2 | 183.76 | 174.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 241 | 0.14 | 0.63 | 0 | 0.05 | 286.49 | 0.84 | 0.65 |
| Hex | CF | 5A | F1 | E | 3F | 0 | 5 | 11E | 54 | 41 |
| Octal | 317 | 132 | 361 | 16 | 77 | 0 | 5 | 436 | 124 | 101 |
| Binary | 11001111 | 1011010 | 11110001 | 1110 | 111111 | 0 | 101 | 100011110 | 1010100 | 1000001 |
Color Harmonies of #CF5AF1
Complementary color
Monochromatic Colors of #CF5AF1
Black with #CF5AF1
Text Example
Text Example
White with #CF5AF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AF1; }
p { color: rgb(207,90,241); }
H1.HeaderClassName
{
color: #CF5AF1;
}
.AnyTagClassName
{
color: #CF5AF1;
}
</style>
background-color css
<style>
a { background-color: #CF5AF1; }
a { background-color: rgb(207,90,241); }
div.DivClassName
{
background-color: #CF5AF1;
}
.BgClassName
{
background-color: #CF5AF1;
}
</style>
border-color css
<style>
span { border-color: #CF5AF1; }
span { border-color: rgb(207,90,241); }
td.TdClassName
{
border-color: #CF5AF1;
}
.TagClassName
{
border-color: #CF5AF1;
}
</style>