Shades of Heliotrope #CF68ED
Tints of Heliotrope #CF68ED
RGB
CMYK
RGB Variations
Color information
#CF68ED (or 0xCF68ED) is known color: Heliotrope. HEX triplet: CF, 68 and ED. RGB value is (207,104,237). Sum of RGB (Red+Green+Blue) = 207+104+237=548 (72% of max value = 765). Red value is 207 (81.25% from 255 or 37.77% from 548); Green value is 104 (41.02% from 255 or 18.98% from 548); Blue value is 237 (92.97% from 255 or 43.25% from 548); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF68ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF68ED is #309712. Grayscale: #959595. Windows color (decimal): -3184403 or 15558863. OLE color: 15558863.
HSL color Cylindrical-coordinate representation of color #CF68ED: hue angle of 286.47º degrees, saturation: 0.79, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CF68ED is Cyan = 0.13, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 104 | 237 | - |
| CMYK | 0.13 | 0.56 | 0 | 0.07 |
| HSL | 286.47º | 0.79% | 0.67% | - |
| HSV(B) | 286.47º | 0.56% | 0.93% | - |
| XYZ | 45.97 | 29.28 | 83.35 | - |
| YUV | 149.96 | 177.12 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 104 | 237 | 0.13 | 0.56 | 0 | 0.07 | 286.47 | 0.79 | 0.67 |
| Hex | CF | 68 | ED | D | 38 | 0 | 7 | 11E | 4F | 43 |
| Octal | 317 | 150 | 355 | 15 | 70 | 0 | 7 | 436 | 117 | 103 |
| Binary | 11001111 | 1101000 | 11101101 | 1101 | 111000 | 0 | 111 | 100011110 | 1001111 | 1000011 |
Color Harmonies of #CF68ED
Complementary color
Monochromatic Colors of #CF68ED
Black with #CF68ED
Text Example
Text Example
White with #CF68ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF68ED; }
p { color: rgb(207,104,237); }
H1.HeaderClassName
{
color: #CF68ED;
}
.AnyTagClassName
{
color: #CF68ED;
}
</style>
background-color css
<style>
a { background-color: #CF68ED; }
a { background-color: rgb(207,104,237); }
div.DivClassName
{
background-color: #CF68ED;
}
.BgClassName
{
background-color: #CF68ED;
}
</style>
border-color css
<style>
span { border-color: #CF68ED; }
span { border-color: rgb(207,104,237); }
td.TdClassName
{
border-color: #CF68ED;
}
.TagClassName
{
border-color: #CF68ED;
}
</style>