Shades of Heliotrope #CF65ED
Tints of Heliotrope #CF65ED
RGB
CMYK
RGB Variations
Color information
#CF65ED (or 0xCF65ED) is known color: Heliotrope. HEX triplet: CF, 65 and ED. RGB value is (207,101,237). Sum of RGB (Red+Green+Blue) = 207+101+237=545 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.98% from 545); Green value is 101 (39.84% from 255 or 18.53% from 545); Blue value is 237 (92.97% from 255 or 43.49% from 545); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF65ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF65ED is #309A12. Grayscale: #939393. Windows color (decimal): -3185171 or 15558095. OLE color: 15558095.
HSL color Cylindrical-coordinate representation of color #CF65ED: hue angle of 286.76º degrees, saturation: 0.79, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CF65ED is Cyan = 0.13, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 101 | 237 | - |
| CMYK | 0.13 | 0.57 | 0 | 0.07 |
| HSL | 286.76º | 0.79% | 0.66% | - |
| HSV(B) | 286.76º | 0.57% | 0.93% | - |
| XYZ | 45.67 | 28.69 | 83.25 | - |
| YUV | 148.2 | 178.12 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 101 | 237 | 0.13 | 0.57 | 0 | 0.07 | 286.76 | 0.79 | 0.66 |
| Hex | CF | 65 | ED | D | 39 | 0 | 7 | 11F | 4F | 42 |
| Octal | 317 | 145 | 355 | 15 | 71 | 0 | 7 | 437 | 117 | 102 |
| Binary | 11001111 | 1100101 | 11101101 | 1101 | 111001 | 0 | 111 | 100011111 | 1001111 | 1000010 |
Color Harmonies of #CF65ED
Complementary color
Monochromatic Colors of #CF65ED
Black with #CF65ED
Text Example
Text Example
White with #CF65ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF65ED; }
p { color: rgb(207,101,237); }
H1.HeaderClassName
{
color: #CF65ED;
}
.AnyTagClassName
{
color: #CF65ED;
}
</style>
background-color css
<style>
a { background-color: #CF65ED; }
a { background-color: rgb(207,101,237); }
div.DivClassName
{
background-color: #CF65ED;
}
.BgClassName
{
background-color: #CF65ED;
}
</style>
border-color css
<style>
span { border-color: #CF65ED; }
span { border-color: rgb(207,101,237); }
td.TdClassName
{
border-color: #CF65ED;
}
.TagClassName
{
border-color: #CF65ED;
}
</style>