Shades of Medium Orchid #CF51EE
Tints of Medium Orchid #CF51EE
RGB
CMYK
RGB Variations
Color information
#CF51EE (or 0xCF51EE) is known color: Medium Orchid. HEX triplet: CF, 51 and EE. RGB value is (207,81,238). Sum of RGB (Red+Green+Blue) = 207+81+238=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 81 (32.03% from 255 or 15.40% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #CF51EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF51EE is #30AE11. Grayscale: #888888. Windows color (decimal): -3190290 or 15618511. OLE color: 15618511.
HSL color Cylindrical-coordinate representation of color #CF51EE: hue angle of 288.15º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CF51EE is Cyan = 0.13, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 81 | 238 | - |
| CMYK | 0.13 | 0.66 | 0 | 0.07 |
| HSL | 288.15º | 0.82% | 0.63% | - |
| HSV(B) | 288.15º | 0.66% | 0.93% | - |
| XYZ | 44.11 | 25.32 | 83.45 | - |
| YUV | 136.57 | 185.24 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 81 | 238 | 0.13 | 0.66 | 0 | 0.07 | 288.15 | 0.82 | 0.63 |
| Hex | CF | 51 | EE | D | 42 | 0 | 7 | 120 | 52 | 3F |
| Octal | 317 | 121 | 356 | 15 | 102 | 0 | 7 | 440 | 122 | 77 |
| Binary | 11001111 | 1010001 | 11101110 | 1101 | 1000010 | 0 | 111 | 100100000 | 1010010 | 111111 |
Color Harmonies of #CF51EE
Complementary color
Monochromatic Colors of #CF51EE
Black with #CF51EE
Text Example
Text Example
White with #CF51EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF51EE; }
p { color: rgb(207,81,238); }
H1.HeaderClassName
{
color: #CF51EE;
}
.AnyTagClassName
{
color: #CF51EE;
}
</style>
background-color css
<style>
a { background-color: #CF51EE; }
a { background-color: rgb(207,81,238); }
div.DivClassName
{
background-color: #CF51EE;
}
.BgClassName
{
background-color: #CF51EE;
}
</style>
border-color css
<style>
span { border-color: #CF51EE; }
span { border-color: rgb(207,81,238); }
td.TdClassName
{
border-color: #CF51EE;
}
.TagClassName
{
border-color: #CF51EE;
}
</style>