Shades of Medium Orchid #CF53EC
Tints of Medium Orchid #CF53EC
RGB
CMYK
RGB Variations
Color information
#CF53EC (or 0xCF53EC) is known color: Medium Orchid. HEX triplet: CF, 53 and EC. RGB value is (207,83,236). Sum of RGB (Red+Green+Blue) = 207+83+236=526 (69% of max value = 765). Red value is 207 (81.25% from 255 or 39.35% from 526); Green value is 83 (32.81% from 255 or 15.78% from 526); Blue value is 236 (92.58% from 255 or 44.87% from 526); Max value from RGB is 236 - color contains mainly: blue. Hex color #CF53EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #CF53EC is #30AC13. Grayscale: #898989. Windows color (decimal): -3189780 or 15487951. OLE color: 15487951.
HSL color Cylindrical-coordinate representation of color #CF53EC: hue angle of 288.63º degrees, saturation: 0.8, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #CF53EC is Cyan = 0.12, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 83 | 236 | - |
| CMYK | 0.12 | 0.65 | 0 | 0.07 |
| HSL | 288.63º | 0.8% | 0.63% | - |
| HSV(B) | 288.63º | 0.65% | 0.93% | - |
| XYZ | 43.97 | 25.51 | 81.96 | - |
| YUV | 137.52 | 183.58 | 177.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 83 | 236 | 0.12 | 0.65 | 0 | 0.07 | 288.63 | 0.8 | 0.63 |
| Hex | CF | 53 | EC | C | 41 | 0 | 7 | 121 | 50 | 3F |
| Octal | 317 | 123 | 354 | 14 | 101 | 0 | 7 | 441 | 120 | 77 |
| Binary | 11001111 | 1010011 | 11101100 | 1100 | 1000001 | 0 | 111 | 100100001 | 1010000 | 111111 |
Color Harmonies of #CF53EC
Complementary color
Monochromatic Colors of #CF53EC
Black with #CF53EC
Text Example
Text Example
White with #CF53EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF53EC; }
p { color: rgb(207,83,236); }
H1.HeaderClassName
{
color: #CF53EC;
}
.AnyTagClassName
{
color: #CF53EC;
}
</style>
background-color css
<style>
a { background-color: #CF53EC; }
a { background-color: rgb(207,83,236); }
div.DivClassName
{
background-color: #CF53EC;
}
.BgClassName
{
background-color: #CF53EC;
}
</style>
border-color css
<style>
span { border-color: #CF53EC; }
span { border-color: rgb(207,83,236); }
td.TdClassName
{
border-color: #CF53EC;
}
.TagClassName
{
border-color: #CF53EC;
}
</style>