Shades of Heliotrope #CF5AF9
Tints of Heliotrope #CF5AF9
RGB
CMYK
RGB Variations
Color information
#CF5AF9 (or 0xCF5AF9) is known color: Heliotrope. HEX triplet: CF, 5A and F9. RGB value is (207,90,249). Sum of RGB (Red+Green+Blue) = 207+90+249=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 90 (35.55% from 255 or 16.48% from 546); Blue value is 249 (97.66% from 255 or 45.60% from 546); Max value from RGB is 249 - color contains mainly: blue. Hex color #CF5AF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AF9 is #30A506. Grayscale: #8E8E8E. Windows color (decimal): -3187975 or 16341711. OLE color: 16341711.
HSL color Cylindrical-coordinate representation of color #CF5AF9: hue angle of 284.15º degrees, saturation: 0.93, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF5AF9 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 90 | 249 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.02 |
| HSL | 284.15º | 0.93% | 0.66% | - |
| HSV(B) | 284.15º | 0.64% | 0.98% | - |
| XYZ | 46.49 | 27.42 | 92.46 | - |
| YUV | 143.11 | 187.76 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 249 | 0.17 | 0.64 | 0 | 0.02 | 284.15 | 0.93 | 0.66 |
| Hex | CF | 5A | F9 | 11 | 40 | 0 | 2 | 11C | 5D | 42 |
| Octal | 317 | 132 | 371 | 21 | 100 | 0 | 2 | 434 | 135 | 102 |
| Binary | 11001111 | 1011010 | 11111001 | 10001 | 1000000 | 0 | 10 | 100011100 | 1011101 | 1000010 |
Color Harmonies of #CF5AF9
Complementary color
Monochromatic Colors of #CF5AF9
Black with #CF5AF9
Text Example
Text Example
White with #CF5AF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AF9; }
p { color: rgb(207,90,249); }
H1.HeaderClassName
{
color: #CF5AF9;
}
.AnyTagClassName
{
color: #CF5AF9;
}
</style>
background-color css
<style>
a { background-color: #CF5AF9; }
a { background-color: rgb(207,90,249); }
div.DivClassName
{
background-color: #CF5AF9;
}
.BgClassName
{
background-color: #CF5AF9;
}
</style>
border-color css
<style>
span { border-color: #CF5AF9; }
span { border-color: rgb(207,90,249); }
td.TdClassName
{
border-color: #CF5AF9;
}
.TagClassName
{
border-color: #CF5AF9;
}
</style>