Shades of Heliotrope #CF68EB
Tints of Heliotrope #CF68EB
RGB
CMYK
RGB Variations
Color information
#CF68EB (or 0xCF68EB) is known color: Heliotrope. HEX triplet: CF, 68 and EB. RGB value is (207,104,235). Sum of RGB (Red+Green+Blue) = 207+104+235=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 104 (41.02% from 255 or 19.05% from 546); Blue value is 235 (92.19% from 255 or 43.04% from 546); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF68EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF68EB is #309714. Grayscale: #959595. Windows color (decimal): -3184405 or 15427791. OLE color: 15427791.
HSL color Cylindrical-coordinate representation of color #CF68EB: hue angle of 287.18º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF68EB is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 104 | 235 | - |
| CMYK | 0.12 | 0.56 | 0 | 0.08 |
| HSL | 287.18º | 0.77% | 0.66% | - |
| HSV(B) | 287.18º | 0.56% | 0.92% | - |
| XYZ | 45.68 | 29.16 | 81.82 | - |
| YUV | 149.73 | 176.12 | 168.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 235 | 0.12 | 0.56 | 0 | 0.08 | 287.18 | 0.77 | 0.66 |
| Hex | CF | 68 | EB | C | 38 | 0 | 8 | 11F | 4D | 42 |
| Octal | 317 | 150 | 353 | 14 | 70 | 0 | 10 | 437 | 115 | 102 |
| Binary | 11001111 | 1101000 | 11101011 | 1100 | 111000 | 0 | 1000 | 100011111 | 1001101 | 1000010 |
Color Harmonies of #CF68EB
Complementary color
Monochromatic Colors of #CF68EB
Black with #CF68EB
Text Example
Text Example
White with #CF68EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68EB; }
p { color: rgb(207,104,235); }
H1.HeaderClassName
{
color: #CF68EB;
}
.AnyTagClassName
{
color: #CF68EB;
}
</style>
background-color css
<style>
a { background-color: #CF68EB; }
a { background-color: rgb(207,104,235); }
div.DivClassName
{
background-color: #CF68EB;
}
.BgClassName
{
background-color: #CF68EB;
}
</style>
border-color css
<style>
span { border-color: #CF68EB; }
span { border-color: rgb(207,104,235); }
td.TdClassName
{
border-color: #CF68EB;
}
.TagClassName
{
border-color: #CF68EB;
}
</style>