Shades of Medium Orchid #CF56E9
Tints of Medium Orchid #CF56E9
RGB
CMYK
RGB Variations
Color information
#CF56E9 (or 0xCF56E9) is known color: Medium Orchid. HEX triplet: CF, 56 and E9. RGB value is (207,86,233). Sum of RGB (Red+Green+Blue) = 207+86+233=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 86 (33.98% from 255 or 16.35% from 526); Blue value is 233 (91.41% from 255 or 44.30% from 526); Max value from RGB is 233 - color contains mainly: blue. Hex color #CF56E9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF56E9 is #30A916. Grayscale: #8A8A8A. Windows color (decimal): -3189015 or 15292111. OLE color: 15292111.
HSL color Cylindrical-coordinate representation of color #CF56E9: hue angle of 289.39º degrees, saturation: 0.77, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CF56E9 is Cyan = 0.11, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 207 | 86 | 233 | - |
| CMYK | 0.11 | 0.63 | 0 | 0.09 |
| HSL | 289.39º | 0.77% | 0.63% | - |
| HSV(B) | 289.39º | 0.63% | 0.91% | - |
| XYZ | 43.77 | 25.8 | 79.76 | - |
| YUV | 138.94 | 181.09 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 86 | 233 | 0.11 | 0.63 | 0 | 0.09 | 289.39 | 0.77 | 0.63 |
| Hex | CF | 56 | E9 | B | 3F | 0 | 9 | 121 | 4D | 3F |
| Octal | 317 | 126 | 351 | 13 | 77 | 0 | 11 | 441 | 115 | 77 |
| Binary | 11001111 | 1010110 | 11101001 | 1011 | 111111 | 0 | 1001 | 100100001 | 1001101 | 111111 |
Color Harmonies of #CF56E9
Complementary color
Monochromatic Colors of #CF56E9
Black with #CF56E9
Text Example
Text Example
White with #CF56E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF56E9; }
p { color: rgb(207,86,233); }
H1.HeaderClassName
{
color: #CF56E9;
}
.AnyTagClassName
{
color: #CF56E9;
}
</style>
background-color css
<style>
a { background-color: #CF56E9; }
a { background-color: rgb(207,86,233); }
div.DivClassName
{
background-color: #CF56E9;
}
.BgClassName
{
background-color: #CF56E9;
}
</style>
border-color css
<style>
span { border-color: #CF56E9; }
span { border-color: rgb(207,86,233); }
td.TdClassName
{
border-color: #CF56E9;
}
.TagClassName
{
border-color: #CF56E9;
}
</style>