Shades of Heliotrope #CF5CFA
Tints of Heliotrope #CF5CFA
RGB
CMYK
RGB Variations
Color information
#CF5CFA (or 0xCF5CFA) is known color: Heliotrope. HEX triplet: CF, 5C and FA. RGB value is (207,92,250). Sum of RGB (Red+Green+Blue) = 207+92+250=549 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.70% from 549); Green value is 92 (36.33% from 255 or 16.76% from 549); Blue value is 250 (98.05% from 255 or 45.54% from 549); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF5CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5CFA is #30A305. Grayscale: #8F8F8F. Windows color (decimal): -3187462 or 16407759. OLE color: 16407759.
HSL color Cylindrical-coordinate representation of color #CF5CFA: hue angle of 283.67º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF5CFA is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 92 | 250 | - |
| CMYK | 0.17 | 0.63 | 0 | 0.02 |
| HSL | 283.67º | 0.94% | 0.67% | - |
| HSV(B) | 283.67º | 0.63% | 0.98% | - |
| XYZ | 46.81 | 27.82 | 93.35 | - |
| YUV | 144.4 | 187.6 | 172.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 250 | 0.17 | 0.63 | 0 | 0.02 | 283.67 | 0.94 | 0.67 |
| Hex | CF | 5C | FA | 11 | 3F | 0 | 2 | 11C | 5E | 43 |
| Octal | 317 | 134 | 372 | 21 | 77 | 0 | 2 | 434 | 136 | 103 |
| Binary | 11001111 | 1011100 | 11111010 | 10001 | 111111 | 0 | 10 | 100011100 | 1011110 | 1000011 |
Color Harmonies of #CF5CFA
Complementary color
Monochromatic Colors of #CF5CFA
Black with #CF5CFA
Text Example
Text Example
White with #CF5CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CFA; }
p { color: rgb(207,92,250); }
H1.HeaderClassName
{
color: #CF5CFA;
}
.AnyTagClassName
{
color: #CF5CFA;
}
</style>
background-color css
<style>
a { background-color: #CF5CFA; }
a { background-color: rgb(207,92,250); }
div.DivClassName
{
background-color: #CF5CFA;
}
.BgClassName
{
background-color: #CF5CFA;
}
</style>
border-color css
<style>
span { border-color: #CF5CFA; }
span { border-color: rgb(207,92,250); }
td.TdClassName
{
border-color: #CF5CFA;
}
.TagClassName
{
border-color: #CF5CFA;
}
</style>