Shades of Heliotrope #CF6BFE
Tints of Heliotrope #CF6BFE
RGB
CMYK
RGB Variations
Color information
#CF6BFE (or 0xCF6BFE) is known color: Heliotrope. HEX triplet: CF, 6B and FE. RGB value is (207,107,254). Sum of RGB (Red+Green+Blue) = 207+107+254=568 (75% of max value = 765). Red value is 207 (81.25% from 255 or 36.44% from 568); Green value is 107 (42.19% from 255 or 18.84% from 568); Blue value is 254 (99.61% from 255 or 44.72% from 568); Max value from RGB is 254 - color contains mainly: blue. Hex color #CF6BFE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6BFE is #309401. Grayscale: #999999. Windows color (decimal): -3183618 or 16673743. OLE color: 16673743.
HSL color Cylindrical-coordinate representation of color #CF6BFE: hue angle of 280.82º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF6BFE is Cyan = 0.19, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 207 | 107 | 254 | - |
| CMYK | 0.19 | 0.58 | 0 | 0.00 |
| HSL | 280.82º | 0.99% | 0.71% | - |
| HSV(B) | 280.82º | 0.58% | 1% | - |
| XYZ | 48.88 | 30.94 | 97.16 | - |
| YUV | 153.66 | 184.63 | 166.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 107 | 254 | 0.19 | 0.58 | 0 | 0.00 | 280.82 | 0.99 | 0.71 |
| Hex | CF | 6B | FE | 13 | 3A | 0 | 0 | 119 | 63 | 47 |
| Octal | 317 | 153 | 376 | 23 | 72 | 0 | 0 | 431 | 143 | 107 |
| Binary | 11001111 | 1101011 | 11111110 | 10011 | 111010 | 0 | 0 | 100011001 | 1100011 | 1000111 |
Color Harmonies of #CF6BFE
Complementary color
Monochromatic Colors of #CF6BFE
Black with #CF6BFE
Text Example
Text Example
White with #CF6BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6BFE; }
p { color: rgb(207,107,254); }
H1.HeaderClassName
{
color: #CF6BFE;
}
.AnyTagClassName
{
color: #CF6BFE;
}
</style>
background-color css
<style>
a { background-color: #CF6BFE; }
a { background-color: rgb(207,107,254); }
div.DivClassName
{
background-color: #CF6BFE;
}
.BgClassName
{
background-color: #CF6BFE;
}
</style>
border-color css
<style>
span { border-color: #CF6BFE; }
span { border-color: rgb(207,107,254); }
td.TdClassName
{
border-color: #CF6BFE;
}
.TagClassName
{
border-color: #CF6BFE;
}
</style>