Shades of Heliotrope #CF6BF3
Tints of Heliotrope #CF6BF3
RGB
CMYK
RGB Variations
Color information
#CF6BF3 (or 0xCF6BF3) is known color: Heliotrope. HEX triplet: CF, 6B and F3. RGB value is (207,107,243). Sum of RGB (Red+Green+Blue) = 207+107+243=557 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.16% from 557); Green value is 107 (42.19% from 255 or 19.21% from 557); Blue value is 243 (95.31% from 255 or 43.63% from 557); Max value from RGB is 243 - color contains mainly: blue. Hex color #CF6BF3 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6BF3 is #30940C. Grayscale: #979797. Windows color (decimal): -3183629 or 15952847. OLE color: 15952847.
HSL color Cylindrical-coordinate representation of color #CF6BF3: hue angle of 284.12º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF6BF3 is Cyan = 0.15, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 207 | 107 | 243 | - |
| CMYK | 0.15 | 0.56 | 0 | 0.05 |
| HSL | 284.12º | 0.85% | 0.69% | - |
| HSV(B) | 284.12º | 0.56% | 0.95% | - |
| XYZ | 47.17 | 30.25 | 88.15 | - |
| YUV | 152.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 243 | 0.15 | 0.56 | 0 | 0.05 | 284.12 | 0.85 | 0.69 |
| Hex | CF | 6B | F3 | F | 38 | 0 | 5 | 11C | 55 | 45 |
| Octal | 317 | 153 | 363 | 17 | 70 | 0 | 5 | 434 | 125 | 105 |
| Binary | 11001111 | 1101011 | 11110011 | 1111 | 111000 | 0 | 101 | 100011100 | 1010101 | 1000101 |
Color Harmonies of #CF6BF3
Complementary color
Monochromatic Colors of #CF6BF3
Black with #CF6BF3
Text Example
Text Example
White with #CF6BF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BF3; }
p { color: rgb(207,107,243); }
H1.HeaderClassName
{
color: #CF6BF3;
}
.AnyTagClassName
{
color: #CF6BF3;
}
</style>
background-color css
<style>
a { background-color: #CF6BF3; }
a { background-color: rgb(207,107,243); }
div.DivClassName
{
background-color: #CF6BF3;
}
.BgClassName
{
background-color: #CF6BF3;
}
</style>
border-color css
<style>
span { border-color: #CF6BF3; }
span { border-color: rgb(207,107,243); }
td.TdClassName
{
border-color: #CF6BF3;
}
.TagClassName
{
border-color: #CF6BF3;
}
</style>