Shades of Heliotrope #CF75EE
Tints of Heliotrope #CF75EE
RGB
CMYK
RGB Variations
Color information
#CF75EE (or 0xCF75EE) is known color: Heliotrope. HEX triplet: CF, 75 and EE. RGB value is (207,117,238). Sum of RGB (Red+Green+Blue) = 207+117+238=562 (74% of max value = 765). Red value is 207 (81.25% from 255 or 36.83% from 562); Green value is 117 (46.09% from 255 or 20.82% from 562); Blue value is 238 (93.36% from 255 or 42.35% from 562); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF75EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF75EE is #308A11. Grayscale: #9D9D9D. Windows color (decimal): -3181074 or 15627727. OLE color: 15627727.
HSL color Cylindrical-coordinate representation of color #CF75EE: hue angle of 284.63º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CF75EE is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 117 | 238 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.07 |
| HSL | 284.63º | 0.78% | 0.7% | - |
| HSV(B) | 284.63º | 0.51% | 0.93% | - |
| XYZ | 47.53 | 32.16 | 84.59 | - |
| YUV | 157.7 | 173.32 | 163.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 238 | 0.13 | 0.51 | 0 | 0.07 | 284.63 | 0.78 | 0.7 |
| Hex | CF | 75 | EE | D | 33 | 0 | 7 | 11D | 4E | 46 |
| Octal | 317 | 165 | 356 | 15 | 63 | 0 | 7 | 435 | 116 | 106 |
| Binary | 11001111 | 1110101 | 11101110 | 1101 | 110011 | 0 | 111 | 100011101 | 1001110 | 1000110 |
Color Harmonies of #CF75EE
Complementary color
Monochromatic Colors of #CF75EE
Black with #CF75EE
Text Example
Text Example
White with #CF75EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF75EE; }
p { color: rgb(207,117,238); }
H1.HeaderClassName
{
color: #CF75EE;
}
.AnyTagClassName
{
color: #CF75EE;
}
</style>
background-color css
<style>
a { background-color: #CF75EE; }
a { background-color: rgb(207,117,238); }
div.DivClassName
{
background-color: #CF75EE;
}
.BgClassName
{
background-color: #CF75EE;
}
</style>
border-color css
<style>
span { border-color: #CF75EE; }
span { border-color: rgb(207,117,238); }
td.TdClassName
{
border-color: #CF75EE;
}
.TagClassName
{
border-color: #CF75EE;
}
</style>