Shades of Heliotrope #CF75ED
Tints of Heliotrope #CF75ED
RGB
CMYK
RGB Variations
Color information
#CF75ED (or 0xCF75ED) is known color: Heliotrope. HEX triplet: CF, 75 and ED. RGB value is (207,117,237). Sum of RGB (Red+Green+Blue) = 207+117+237=561 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.90% from 561); Green value is 117 (46.09% from 255 or 20.86% from 561); Blue value is 237 (92.97% from 255 or 42.25% from 561); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF75ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF75ED is #308A12. Grayscale: #9D9D9D. Windows color (decimal): -3181075 or 15562191. OLE color: 15562191.
HSL color Cylindrical-coordinate representation of color #CF75ED: hue angle of 285º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF75ED is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 117 | 237 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.07 |
| HSL | 285º | 0.77% | 0.69% | - |
| HSV(B) | 285º | 0.51% | 0.93% | - |
| XYZ | 47.38 | 32.1 | 83.82 | - |
| YUV | 157.59 | 172.82 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 237 | 0.13 | 0.51 | 0 | 0.07 | 285 | 0.77 | 0.69 |
| Hex | CF | 75 | ED | D | 33 | 0 | 7 | 11D | 4D | 45 |
| Octal | 317 | 165 | 355 | 15 | 63 | 0 | 7 | 435 | 115 | 105 |
| Binary | 11001111 | 1110101 | 11101101 | 1101 | 110011 | 0 | 111 | 100011101 | 1001101 | 1000101 |
Color Harmonies of #CF75ED
Complementary color
Monochromatic Colors of #CF75ED
Black with #CF75ED
Text Example
Text Example
White with #CF75ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75ED; }
p { color: rgb(207,117,237); }
H1.HeaderClassName
{
color: #CF75ED;
}
.AnyTagClassName
{
color: #CF75ED;
}
</style>
background-color css
<style>
a { background-color: #CF75ED; }
a { background-color: rgb(207,117,237); }
div.DivClassName
{
background-color: #CF75ED;
}
.BgClassName
{
background-color: #CF75ED;
}
</style>
border-color css
<style>
span { border-color: #CF75ED; }
span { border-color: rgb(207,117,237); }
td.TdClassName
{
border-color: #CF75ED;
}
.TagClassName
{
border-color: #CF75ED;
}
</style>