Shades of Heliotrope #CF5DEF
Tints of Heliotrope #CF5DEF
RGB
CMYK
RGB Variations
Color information
#CF5DEF (or 0xCF5DEF) is known color: Heliotrope. HEX triplet: CF, 5D and EF. RGB value is (207,93,239). Sum of RGB (Red+Green+Blue) = 207+93+239=539 (71% of max value = 765). Red value is 207 (81.25% from 255 or 38.40% from 539); Green value is 93 (36.72% from 255 or 17.25% from 539); Blue value is 239 (93.75% from 255 or 44.34% from 539); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF5DEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5DEF is #30A210. Grayscale: #8F8F8F. Windows color (decimal): -3187217 or 15687119. OLE color: 15687119.
HSL color Cylindrical-coordinate representation of color #CF5DEF: hue angle of 286.85º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5DEF is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 93 | 239 | - |
| CMYK | 0.13 | 0.61 | 0 | 0.06 |
| HSL | 286.85º | 0.82% | 0.65% | - |
| HSV(B) | 286.85º | 0.61% | 0.94% | - |
| XYZ | 45.23 | 27.33 | 84.55 | - |
| YUV | 143.73 | 181.77 | 173.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 93 | 239 | 0.13 | 0.61 | 0 | 0.06 | 286.85 | 0.82 | 0.65 |
| Hex | CF | 5D | EF | D | 3D | 0 | 6 | 11F | 52 | 41 |
| Octal | 317 | 135 | 357 | 15 | 75 | 0 | 6 | 437 | 122 | 101 |
| Binary | 11001111 | 1011101 | 11101111 | 1101 | 111101 | 0 | 110 | 100011111 | 1010010 | 1000001 |
Color Harmonies of #CF5DEF
Complementary color
Monochromatic Colors of #CF5DEF
Black with #CF5DEF
Text Example
Text Example
White with #CF5DEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5DEF; }
p { color: rgb(207,93,239); }
H1.HeaderClassName
{
color: #CF5DEF;
}
.AnyTagClassName
{
color: #CF5DEF;
}
</style>
background-color css
<style>
a { background-color: #CF5DEF; }
a { background-color: rgb(207,93,239); }
div.DivClassName
{
background-color: #CF5DEF;
}
.BgClassName
{
background-color: #CF5DEF;
}
</style>
border-color css
<style>
span { border-color: #CF5DEF; }
span { border-color: rgb(207,93,239); }
td.TdClassName
{
border-color: #CF5DEF;
}
.TagClassName
{
border-color: #CF5DEF;
}
</style>