Shades of Heliotrope #CF6FEE
Tints of Heliotrope #CF6FEE
RGB
CMYK
RGB Variations
Color information
#CF6FEE (or 0xCF6FEE) is known color: Heliotrope. HEX triplet: CF, 6F and EE. RGB value is (207,111,238). Sum of RGB (Red+Green+Blue) = 207+111+238=556 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.23% from 556); Green value is 111 (43.75% from 255 or 19.96% from 556); Blue value is 238 (93.36% from 255 or 42.81% from 556); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF6FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6FEE is #309011. Grayscale: #999999. Windows color (decimal): -3182610 or 15626191. OLE color: 15626191.
HSL color Cylindrical-coordinate representation of color #CF6FEE: hue angle of 285.35º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CF6FEE is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 111 | 238 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.07 |
| HSL | 285.35º | 0.79% | 0.68% | - |
| HSV(B) | 285.35º | 0.53% | 0.93% | - |
| XYZ | 46.85 | 30.81 | 84.37 | - |
| YUV | 154.18 | 175.3 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 111 | 238 | 0.13 | 0.53 | 0 | 0.07 | 285.35 | 0.79 | 0.68 |
| Hex | CF | 6F | EE | D | 35 | 0 | 7 | 11D | 4F | 44 |
| Octal | 317 | 157 | 356 | 15 | 65 | 0 | 7 | 435 | 117 | 104 |
| Binary | 11001111 | 1101111 | 11101110 | 1101 | 110101 | 0 | 111 | 100011101 | 1001111 | 1000100 |
Color Harmonies of #CF6FEE
Complementary color
Monochromatic Colors of #CF6FEE
Black with #CF6FEE
Text Example
Text Example
White with #CF6FEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6FEE; }
p { color: rgb(207,111,238); }
H1.HeaderClassName
{
color: #CF6FEE;
}
.AnyTagClassName
{
color: #CF6FEE;
}
</style>
background-color css
<style>
a { background-color: #CF6FEE; }
a { background-color: rgb(207,111,238); }
div.DivClassName
{
background-color: #CF6FEE;
}
.BgClassName
{
background-color: #CF6FEE;
}
</style>
border-color css
<style>
span { border-color: #CF6FEE; }
span { border-color: rgb(207,111,238); }
td.TdClassName
{
border-color: #CF6FEE;
}
.TagClassName
{
border-color: #CF6FEE;
}
</style>