Shades of Medium Orchid #CF5CEC
Tints of Medium Orchid #CF5CEC
RGB
CMYK
RGB Variations
Color information
#CF5CEC (or 0xCF5CEC) is known color: Medium Orchid. HEX triplet: CF, 5C and EC. RGB value is (207,92,236). Sum of RGB (Red+Green+Blue) = 207+92+236=535 (70% of max value = 765). Red value is 207 (81.25% from 255 or 38.69% from 535); Green value is 92 (36.33% from 255 or 17.20% from 535); Blue value is 236 (92.58% from 255 or 44.11% from 535); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF5CEC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF5CEC is #30A313. Grayscale: #8E8E8E. Windows color (decimal): -3187476 or 15490255. OLE color: 15490255.
HSL color Cylindrical-coordinate representation of color #CF5CEC: hue angle of 287.92º degrees, saturation: 0.79, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CF5CEC is Cyan = 0.12, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 92 | 236 | - |
| CMYK | 0.12 | 0.61 | 0 | 0.07 |
| HSL | 287.92º | 0.79% | 0.64% | - |
| HSV(B) | 287.92º | 0.61% | 0.93% | - |
| XYZ | 44.7 | 26.98 | 82.21 | - |
| YUV | 142.8 | 180.6 | 173.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 92 | 236 | 0.12 | 0.61 | 0 | 0.07 | 287.92 | 0.79 | 0.64 |
| Hex | CF | 5C | EC | C | 3D | 0 | 7 | 120 | 4F | 40 |
| Octal | 317 | 134 | 354 | 14 | 75 | 0 | 7 | 440 | 117 | 100 |
| Binary | 11001111 | 1011100 | 11101100 | 1100 | 111101 | 0 | 111 | 100100000 | 1001111 | 1000000 |
Color Harmonies of #CF5CEC
Complementary color
Monochromatic Colors of #CF5CEC
Black with #CF5CEC
Text Example
Text Example
White with #CF5CEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF5CEC; }
p { color: rgb(207,92,236); }
H1.HeaderClassName
{
color: #CF5CEC;
}
.AnyTagClassName
{
color: #CF5CEC;
}
</style>
background-color css
<style>
a { background-color: #CF5CEC; }
a { background-color: rgb(207,92,236); }
div.DivClassName
{
background-color: #CF5CEC;
}
.BgClassName
{
background-color: #CF5CEC;
}
</style>
border-color css
<style>
span { border-color: #CF5CEC; }
span { border-color: rgb(207,92,236); }
td.TdClassName
{
border-color: #CF5CEC;
}
.TagClassName
{
border-color: #CF5CEC;
}
</style>