Shades of Heliotrope #CF6CFA
Tints of Heliotrope #CF6CFA
RGB
CMYK
RGB Variations
Color information
#CF6CFA (or 0xCF6CFA) is known color: Heliotrope. HEX triplet: CF, 6C and FA. RGB value is (207,108,250). Sum of RGB (Red+Green+Blue) = 207+108+250=565 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.64% from 565); Green value is 108 (42.58% from 255 or 19.12% from 565); Blue value is 250 (98.05% from 255 or 44.25% from 565); Max value from RGB is 250 - color contains mainly: blue. Hex color #CF6CFA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6CFA is #309305. Grayscale: #999999. Windows color (decimal): -3183366 or 16411855. OLE color: 16411855.
HSL color Cylindrical-coordinate representation of color #CF6CFA: hue angle of 281.83º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF6CFA is Cyan = 0.17, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 207 | 108 | 250 | - |
| CMYK | 0.17 | 0.57 | 0 | 0.02 |
| HSL | 281.83º | 0.93% | 0.7% | - |
| HSV(B) | 281.83º | 0.57% | 0.98% | - |
| XYZ | 48.35 | 30.89 | 93.86 | - |
| YUV | 153.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 250 | 0.17 | 0.57 | 0 | 0.02 | 281.83 | 0.93 | 0.7 |
| Hex | CF | 6C | FA | 11 | 39 | 0 | 2 | 11A | 5D | 46 |
| Octal | 317 | 154 | 372 | 21 | 71 | 0 | 2 | 432 | 135 | 106 |
| Binary | 11001111 | 1101100 | 11111010 | 10001 | 111001 | 0 | 10 | 100011010 | 1011101 | 1000110 |
Color Harmonies of #CF6CFA
Complementary color
Monochromatic Colors of #CF6CFA
Black with #CF6CFA
Text Example
Text Example
White with #CF6CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CFA; }
p { color: rgb(207,108,250); }
H1.HeaderClassName
{
color: #CF6CFA;
}
.AnyTagClassName
{
color: #CF6CFA;
}
</style>
background-color css
<style>
a { background-color: #CF6CFA; }
a { background-color: rgb(207,108,250); }
div.DivClassName
{
background-color: #CF6CFA;
}
.BgClassName
{
background-color: #CF6CFA;
}
</style>
border-color css
<style>
span { border-color: #CF6CFA; }
span { border-color: rgb(207,108,250); }
td.TdClassName
{
border-color: #CF6CFA;
}
.TagClassName
{
border-color: #CF6CFA;
}
</style>