Shades of Medium Orchid #CF51EF
Tints of Medium Orchid #CF51EF
RGB
CMYK
RGB Variations
Color information
#CF51EF (or 0xCF51EF) is known color: Medium Orchid. HEX triplet: CF, 51 and EF. RGB value is (207,81,239). Sum of RGB (Red+Green+Blue) = 207+81+239=527 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.28% from 527); Green value is 81 (32.03% from 255 or 15.37% from 527); Blue value is 239 (93.75% from 255 or 45.35% from 527); Max value from RGB is 239 - color contains mainly: blue. Hex color #CF51EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51EF is #30AE10. Grayscale: #888888. Windows color (decimal): -3190289 or 15684047. OLE color: 15684047.
HSL color Cylindrical-coordinate representation of color #CF51EF: hue angle of 287.85º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF51EF is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 207 | 81 | 239 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.06 |
| HSL | 287.85º | 0.83% | 0.63% | - |
| HSV(B) | 287.85º | 0.66% | 0.94% | - |
| XYZ | 44.25 | 25.38 | 84.23 | - |
| YUV | 136.69 | 185.74 | 178.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 239 | 0.13 | 0.66 | 0 | 0.06 | 287.85 | 0.83 | 0.63 |
| Hex | CF | 51 | EF | D | 42 | 0 | 6 | 120 | 53 | 3F |
| Octal | 317 | 121 | 357 | 15 | 102 | 0 | 6 | 440 | 123 | 77 |
| Binary | 11001111 | 1010001 | 11101111 | 1101 | 1000010 | 0 | 110 | 100100000 | 1010011 | 111111 |
Color Harmonies of #CF51EF
Complementary color
Monochromatic Colors of #CF51EF
Black with #CF51EF
Text Example
Text Example
White with #CF51EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51EF; }
p { color: rgb(207,81,239); }
H1.HeaderClassName
{
color: #CF51EF;
}
.AnyTagClassName
{
color: #CF51EF;
}
</style>
background-color css
<style>
a { background-color: #CF51EF; }
a { background-color: rgb(207,81,239); }
div.DivClassName
{
background-color: #CF51EF;
}
.BgClassName
{
background-color: #CF51EF;
}
</style>
border-color css
<style>
span { border-color: #CF51EF; }
span { border-color: rgb(207,81,239); }
td.TdClassName
{
border-color: #CF51EF;
}
.TagClassName
{
border-color: #CF51EF;
}
</style>