Shades of Medium Orchid #CF51E0
Tints of Medium Orchid #CF51E0
RGB
CMYK
RGB Variations
Color information
#CF51E0 (or 0xCF51E0) is known color: Medium Orchid. HEX triplet: CF, 51 and E0. RGB value is (207,81,224). Sum of RGB (Red+Green+Blue) = 207+81+224=512 (67% of max value = 765). Red value is 207 (81.25% from 255 or 40.43% from 512); Green value is 81 (32.03% from 255 or 15.82% from 512); Blue value is 224 (87.89% from 255 or 43.75% from 512); Max value from RGB is 224 - color contains mainly: blue. Hex color #CF51E0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #CF51E0 is #30AE1F. Grayscale: #868686. Windows color (decimal): -3190304 or 14701007. OLE color: 14701007.
HSL color Cylindrical-coordinate representation of color #CF51E0: hue angle of 292.87º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CF51E0 is Cyan = 0.08, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 207 | 81 | 224 | - |
| CMYK | 0.08 | 0.64 | 0 | 0.12 |
| HSL | 292.87º | 0.7% | 0.6% | - |
| HSV(B) | 292.87º | 0.64% | 0.88% | - |
| XYZ | 42.13 | 24.53 | 73.04 | - |
| YUV | 134.98 | 178.24 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 224 | 0.08 | 0.64 | 0 | 0.12 | 292.87 | 0.7 | 0.6 |
| Hex | CF | 51 | E0 | 8 | 40 | 0 | C | 125 | 46 | 3C |
| Octal | 317 | 121 | 340 | 10 | 100 | 0 | 14 | 445 | 106 | 74 |
| Binary | 11001111 | 1010001 | 11100000 | 1000 | 1000000 | 0 | 1100 | 100100101 | 1000110 | 111100 |
Color Harmonies of #CF51E0
Complementary color
Monochromatic Colors of #CF51E0
Black with #CF51E0
Text Example
Text Example
White with #CF51E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51E0; }
p { color: rgb(207,81,224); }
H1.HeaderClassName
{
color: #CF51E0;
}
.AnyTagClassName
{
color: #CF51E0;
}
</style>
background-color css
<style>
a { background-color: #CF51E0; }
a { background-color: rgb(207,81,224); }
div.DivClassName
{
background-color: #CF51E0;
}
.BgClassName
{
background-color: #CF51E0;
}
</style>
border-color css
<style>
span { border-color: #CF51E0; }
span { border-color: rgb(207,81,224); }
td.TdClassName
{
border-color: #CF51E0;
}
.TagClassName
{
border-color: #CF51E0;
}
</style>