Shades of Heliotrope #CF5CED
Tints of Heliotrope #CF5CED
RGB
CMYK
RGB Variations
Color information
#CF5CED (or 0xCF5CED) is known color: Heliotrope. HEX triplet: CF, 5C and ED. RGB value is (207,92,237). Sum of RGB (Red+Green+Blue) = 207+92+237=536 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.62% from 536); Green value is 92 (36.33% from 255 or 17.16% from 536); Blue value is 237 (92.97% from 255 or 44.22% from 536); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF5CED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5CED is #30A312. Grayscale: #8E8E8E. Windows color (decimal): -3187475 or 15555791. OLE color: 15555791.
HSL color Cylindrical-coordinate representation of color #CF5CED: hue angle of 287.59º degrees, saturation: 0.8, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5CED is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 92 | 237 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.07 |
| HSL | 287.59º | 0.8% | 0.65% | - |
| HSV(B) | 287.59º | 0.61% | 0.93% | - |
| XYZ | 44.85 | 27.03 | 82.98 | - |
| YUV | 142.92 | 181.1 | 173.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 237 | 0.13 | 0.61 | 0 | 0.07 | 287.59 | 0.8 | 0.65 |
| Hex | CF | 5C | ED | D | 3D | 0 | 7 | 120 | 50 | 41 |
| Octal | 317 | 134 | 355 | 15 | 75 | 0 | 7 | 440 | 120 | 101 |
| Binary | 11001111 | 1011100 | 11101101 | 1101 | 111101 | 0 | 111 | 100100000 | 1010000 | 1000001 |
Color Harmonies of #CF5CED
Complementary color
Monochromatic Colors of #CF5CED
Black with #CF5CED
Text Example
Text Example
White with #CF5CED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CED; }
p { color: rgb(207,92,237); }
H1.HeaderClassName
{
color: #CF5CED;
}
.AnyTagClassName
{
color: #CF5CED;
}
</style>
background-color css
<style>
a { background-color: #CF5CED; }
a { background-color: rgb(207,92,237); }
div.DivClassName
{
background-color: #CF5CED;
}
.BgClassName
{
background-color: #CF5CED;
}
</style>
border-color css
<style>
span { border-color: #CF5CED; }
span { border-color: rgb(207,92,237); }
td.TdClassName
{
border-color: #CF5CED;
}
.TagClassName
{
border-color: #CF5CED;
}
</style>