Shades of Heliotrope #CF5AF8
Tints of Heliotrope #CF5AF8
RGB
CMYK
RGB Variations
Color information
#CF5AF8 (or 0xCF5AF8) is known color: Heliotrope. HEX triplet: CF, 5A and F8. RGB value is (207,90,248). Sum of RGB (Red+Green+Blue) = 207+90+248=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 90 (35.55% from 255 or 16.51% from 545); Blue value is 248 (97.27% from 255 or 45.50% from 545); Max value from RGB is 248 - color contains mainly: blue. Hex color #CF5AF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AF8 is #30A507. Grayscale: #8E8E8E. Windows color (decimal): -3187976 or 16276175. OLE color: 16276175.
HSL color Cylindrical-coordinate representation of color #CF5AF8: hue angle of 284.43º degrees, saturation: 0.92, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF5AF8 is Cyan = 0.17, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 207 | 90 | 248 | - |
| CMYK | 0.17 | 0.64 | 0 | 0.03 |
| HSL | 284.43º | 0.92% | 0.66% | - |
| HSV(B) | 284.43º | 0.64% | 0.97% | - |
| XYZ | 46.33 | 27.36 | 91.65 | - |
| YUV | 143 | 187.26 | 173.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 248 | 0.17 | 0.64 | 0 | 0.03 | 284.43 | 0.92 | 0.66 |
| Hex | CF | 5A | F8 | 11 | 40 | 0 | 3 | 11C | 5C | 42 |
| Octal | 317 | 132 | 370 | 21 | 100 | 0 | 3 | 434 | 134 | 102 |
| Binary | 11001111 | 1011010 | 11111000 | 10001 | 1000000 | 0 | 11 | 100011100 | 1011100 | 1000010 |
Color Harmonies of #CF5AF8
Complementary color
Monochromatic Colors of #CF5AF8
Black with #CF5AF8
Text Example
Text Example
White with #CF5AF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AF8; }
p { color: rgb(207,90,248); }
H1.HeaderClassName
{
color: #CF5AF8;
}
.AnyTagClassName
{
color: #CF5AF8;
}
</style>
background-color css
<style>
a { background-color: #CF5AF8; }
a { background-color: rgb(207,90,248); }
div.DivClassName
{
background-color: #CF5AF8;
}
.BgClassName
{
background-color: #CF5AF8;
}
</style>
border-color css
<style>
span { border-color: #CF5AF8; }
span { border-color: rgb(207,90,248); }
td.TdClassName
{
border-color: #CF5AF8;
}
.TagClassName
{
border-color: #CF5AF8;
}
</style>