Shades of Heliotrope #CF65EB
Tints of Heliotrope #CF65EB
RGB
CMYK
RGB Variations
Color information
#CF65EB (or 0xCF65EB) is known color: Heliotrope. HEX triplet: CF, 65 and EB. RGB value is (207,101,235). Sum of RGB (Red+Green+Blue) = 207+101+235=543 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.12% from 543); Green value is 101 (39.84% from 255 or 18.60% from 543); Blue value is 235 (92.19% from 255 or 43.28% from 543); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF65EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65EB is #309A14. Grayscale: #939393. Windows color (decimal): -3185173 or 15427023. OLE color: 15427023.
HSL color Cylindrical-coordinate representation of color #CF65EB: hue angle of 287.46º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF65EB is Cyan = 0.12, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 101 | 235 | - |
| CMYK | 0.12 | 0.57 | 0 | 0.08 |
| HSL | 287.46º | 0.77% | 0.66% | - |
| HSV(B) | 287.46º | 0.57% | 0.92% | - |
| XYZ | 45.38 | 28.57 | 81.72 | - |
| YUV | 147.97 | 177.12 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 235 | 0.12 | 0.57 | 0 | 0.08 | 287.46 | 0.77 | 0.66 |
| Hex | CF | 65 | EB | C | 39 | 0 | 8 | 11F | 4D | 42 |
| Octal | 317 | 145 | 353 | 14 | 71 | 0 | 10 | 437 | 115 | 102 |
| Binary | 11001111 | 1100101 | 11101011 | 1100 | 111001 | 0 | 1000 | 100011111 | 1001101 | 1000010 |
Color Harmonies of #CF65EB
Complementary color
Monochromatic Colors of #CF65EB
Black with #CF65EB
Text Example
Text Example
White with #CF65EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65EB; }
p { color: rgb(207,101,235); }
H1.HeaderClassName
{
color: #CF65EB;
}
.AnyTagClassName
{
color: #CF65EB;
}
</style>
background-color css
<style>
a { background-color: #CF65EB; }
a { background-color: rgb(207,101,235); }
div.DivClassName
{
background-color: #CF65EB;
}
.BgClassName
{
background-color: #CF65EB;
}
</style>
border-color css
<style>
span { border-color: #CF65EB; }
span { border-color: rgb(207,101,235); }
td.TdClassName
{
border-color: #CF65EB;
}
.TagClassName
{
border-color: #CF65EB;
}
</style>