Shades of Heliotrope #CF6CED
Tints of Heliotrope #CF6CED
RGB
CMYK
RGB Variations
Color information
#CF6CED (or 0xCF6CED) is known color: Heliotrope. HEX triplet: CF, 6C and ED. RGB value is (207,108,237). Sum of RGB (Red+Green+Blue) = 207+108+237=552 (73% of max value = 765). Red value is 207 (81.25% from 255 or 37.5% from 552); Green value is 108 (42.58% from 255 or 19.57% from 552); Blue value is 237 (92.97% from 255 or 42.93% from 552); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF6CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF6CED is #309312. Grayscale: #979797. Windows color (decimal): -3183379 or 15559887. OLE color: 15559887.
HSL color Cylindrical-coordinate representation of color #CF6CED: hue angle of 286.05º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CF6CED is Cyan = 0.13, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 108 | 237 | - |
| CMYK | 0.13 | 0.54 | 0 | 0.07 |
| HSL | 286.05º | 0.78% | 0.68% | - |
| HSV(B) | 286.05º | 0.54% | 0.93% | - |
| XYZ | 46.38 | 30.1 | 83.49 | - |
| YUV | 152.31 | 175.8 | 167.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 108 | 237 | 0.13 | 0.54 | 0 | 0.07 | 286.05 | 0.78 | 0.68 |
| Hex | CF | 6C | ED | D | 36 | 0 | 7 | 11E | 4E | 44 |
| Octal | 317 | 154 | 355 | 15 | 66 | 0 | 7 | 436 | 116 | 104 |
| Binary | 11001111 | 1101100 | 11101101 | 1101 | 110110 | 0 | 111 | 100011110 | 1001110 | 1000100 |
Color Harmonies of #CF6CED
Complementary color
Monochromatic Colors of #CF6CED
Black with #CF6CED
Text Example
Text Example
White with #CF6CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF6CED; }
p { color: rgb(207,108,237); }
H1.HeaderClassName
{
color: #CF6CED;
}
.AnyTagClassName
{
color: #CF6CED;
}
</style>
background-color css
<style>
a { background-color: #CF6CED; }
a { background-color: rgb(207,108,237); }
div.DivClassName
{
background-color: #CF6CED;
}
.BgClassName
{
background-color: #CF6CED;
}
</style>
border-color css
<style>
span { border-color: #CF6CED; }
span { border-color: rgb(207,108,237); }
td.TdClassName
{
border-color: #CF6CED;
}
.TagClassName
{
border-color: #CF6CED;
}
</style>