Shades of Heliotrope #CF65EE
Tints of Heliotrope #CF65EE
RGB
CMYK
RGB Variations
Color information
#CF65EE (or 0xCF65EE) is known color: Heliotrope. HEX triplet: CF, 65 and EE. RGB value is (207,101,238). Sum of RGB (Red+Green+Blue) = 207+101+238=546 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.91% from 546); Green value is 101 (39.84% from 255 or 18.50% from 546); Blue value is 238 (93.36% from 255 or 43.59% from 546); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF65EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65EE is #309A11. Grayscale: #939393. Windows color (decimal): -3185170 or 15623631. OLE color: 15623631.
HSL color Cylindrical-coordinate representation of color #CF65EE: hue angle of 286.42º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CF65EE is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 101 | 238 | - |
| CMYK | 0.13 | 0.58 | 0 | 0.07 |
| HSL | 286.42º | 0.8% | 0.66% | - |
| HSV(B) | 286.42º | 0.58% | 0.93% | - |
| XYZ | 45.82 | 28.75 | 84.02 | - |
| YUV | 148.31 | 178.62 | 169.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 238 | 0.13 | 0.58 | 0 | 0.07 | 286.42 | 0.8 | 0.66 |
| Hex | CF | 65 | EE | D | 3A | 0 | 7 | 11E | 50 | 42 |
| Octal | 317 | 145 | 356 | 15 | 72 | 0 | 7 | 436 | 120 | 102 |
| Binary | 11001111 | 1100101 | 11101110 | 1101 | 111010 | 0 | 111 | 100011110 | 1010000 | 1000010 |
Color Harmonies of #CF65EE
Complementary color
Monochromatic Colors of #CF65EE
Black with #CF65EE
Text Example
Text Example
White with #CF65EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65EE; }
p { color: rgb(207,101,238); }
H1.HeaderClassName
{
color: #CF65EE;
}
.AnyTagClassName
{
color: #CF65EE;
}
</style>
background-color css
<style>
a { background-color: #CF65EE; }
a { background-color: rgb(207,101,238); }
div.DivClassName
{
background-color: #CF65EE;
}
.BgClassName
{
background-color: #CF65EE;
}
</style>
border-color css
<style>
span { border-color: #CF65EE; }
span { border-color: rgb(207,101,238); }
td.TdClassName
{
border-color: #CF65EE;
}
.TagClassName
{
border-color: #CF65EE;
}
</style>