Shades of Heliotrope #CF5AFB
Tints of Heliotrope #CF5AFB
RGB
CMYK
RGB Variations
Color information
#CF5AFB (or 0xCF5AFB) is known color: Heliotrope. HEX triplet: CF, 5A and FB. RGB value is (207,90,251). Sum of RGB (Red+Green+Blue) = 207+90+251=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 90 (35.55% from 255 or 16.42% from 548); Blue value is 251 (98.44% from 255 or 45.80% from 548); Max value from RGB is 251 - color contains mainly: blue. Hex color #CF5AFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5AFB is #30A504. Grayscale: #8E8E8E. Windows color (decimal): -3187973 or 16472783. OLE color: 16472783.
HSL color Cylindrical-coordinate representation of color #CF5AFB: hue angle of 283.6º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF5AFB is Cyan = 0.18, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 90 | 251 | - |
| CMYK | 0.18 | 0.64 | 0 | 0.02 |
| HSL | 283.6º | 0.95% | 0.67% | - |
| HSV(B) | 283.6º | 0.64% | 0.98% | - |
| XYZ | 46.8 | 27.54 | 94.12 | - |
| YUV | 143.34 | 188.76 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 90 | 251 | 0.18 | 0.64 | 0 | 0.02 | 283.6 | 0.95 | 0.67 |
| Hex | CF | 5A | FB | 12 | 40 | 0 | 2 | 11C | 5F | 43 |
| Octal | 317 | 132 | 373 | 22 | 100 | 0 | 2 | 434 | 137 | 103 |
| Binary | 11001111 | 1011010 | 11111011 | 10010 | 1000000 | 0 | 10 | 100011100 | 1011111 | 1000011 |
Color Harmonies of #CF5AFB
Complementary color
Monochromatic Colors of #CF5AFB
Black with #CF5AFB
Text Example
Text Example
White with #CF5AFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5AFB; }
p { color: rgb(207,90,251); }
H1.HeaderClassName
{
color: #CF5AFB;
}
.AnyTagClassName
{
color: #CF5AFB;
}
</style>
background-color css
<style>
a { background-color: #CF5AFB; }
a { background-color: rgb(207,90,251); }
div.DivClassName
{
background-color: #CF5AFB;
}
.BgClassName
{
background-color: #CF5AFB;
}
</style>
border-color css
<style>
span { border-color: #CF5AFB; }
span { border-color: rgb(207,90,251); }
td.TdClassName
{
border-color: #CF5AFB;
}
.TagClassName
{
border-color: #CF5AFB;
}
</style>