Shades of Medium Orchid #CF51EB
Tints of Medium Orchid #CF51EB
RGB
CMYK
RGB Variations
Color information
#CF51EB (or 0xCF51EB) is known color: Medium Orchid. HEX triplet: CF, 51 and EB. RGB value is (207,81,235). Sum of RGB (Red+Green+Blue) = 207+81+235=523 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.58% from 523); Green value is 81 (32.03% from 255 or 15.49% from 523); Blue value is 235 (92.19% from 255 or 44.93% from 523); Max value from RGB is 235 - color contains mainly: blue. Hex color #CF51EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51EB is #30AE14. Grayscale: #878787. Windows color (decimal): -3190293 or 15421903. OLE color: 15421903.
HSL color Cylindrical-coordinate representation of color #CF51EB: hue angle of 289.09º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF51EB is Cyan = 0.12, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 207 | 81 | 235 | - |
| CMYK | 0.12 | 0.66 | 0 | 0.08 |
| HSL | 289.09º | 0.79% | 0.62% | - |
| HSV(B) | 289.09º | 0.66% | 0.92% | - |
| XYZ | 43.67 | 25.15 | 81.15 | - |
| YUV | 136.23 | 183.74 | 178.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 235 | 0.12 | 0.66 | 0 | 0.08 | 289.09 | 0.79 | 0.62 |
| Hex | CF | 51 | EB | C | 42 | 0 | 8 | 121 | 4F | 3E |
| Octal | 317 | 121 | 353 | 14 | 102 | 0 | 10 | 441 | 117 | 76 |
| Binary | 11001111 | 1010001 | 11101011 | 1100 | 1000010 | 0 | 1000 | 100100001 | 1001111 | 111110 |
Color Harmonies of #CF51EB
Complementary color
Monochromatic Colors of #CF51EB
Black with #CF51EB
Text Example
Text Example
White with #CF51EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51EB; }
p { color: rgb(207,81,235); }
H1.HeaderClassName
{
color: #CF51EB;
}
.AnyTagClassName
{
color: #CF51EB;
}
</style>
background-color css
<style>
a { background-color: #CF51EB; }
a { background-color: rgb(207,81,235); }
div.DivClassName
{
background-color: #CF51EB;
}
.BgClassName
{
background-color: #CF51EB;
}
</style>
border-color css
<style>
span { border-color: #CF51EB; }
span { border-color: rgb(207,81,235); }
td.TdClassName
{
border-color: #CF51EB;
}
.TagClassName
{
border-color: #CF51EB;
}
</style>