Shades of Medium Orchid #CF2FED
Tints of Medium Orchid #CF2FED
RGB
CMYK
RGB Variations
Color information
#CF2FED (or 0xCF2FED) is known color: Medium Orchid. HEX triplet: CF, 2F and ED. RGB value is (207,47,237). Sum of RGB (Red+Green+Blue) = 207+47+237=491 (65% of max value = 765). Red value is 207 (81.25% from 255 or 42.16% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 237 (92.97% from 255 or 48.27% from 491); Max value from RGB is 237 - color contains mainly: blue. Hex color #CF2FED is not a web safe color. Web safe color analog (approx): #CC33FF. Inversed color of #CF2FED is #30D012. Grayscale: #737373. Windows color (decimal): -3198995 or 15544271. OLE color: 15544271.
HSL color Cylindrical-coordinate representation of color #CF2FED: hue angle of 290.53º degrees, saturation: 0.84, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2FED is Cyan = 0.13, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 207 | 47 | 237 | - |
| CMYK | 0.13 | 0.80 | 0 | 0.07 |
| HSL | 290.53º | 0.84% | 0.56% | - |
| HSV(B) | 290.53º | 0.8% | 0.93% | - |
| XYZ | 42.03 | 21.41 | 82.04 | - |
| YUV | 116.5 | 196.01 | 192.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 47 | 237 | 0.13 | 0.80 | 0 | 0.07 | 290.53 | 0.84 | 0.56 |
| Hex | CF | 2F | ED | D | 50 | 0 | 7 | 123 | 54 | 38 |
| Octal | 317 | 57 | 355 | 15 | 120 | 0 | 7 | 443 | 124 | 70 |
| Binary | 11001111 | 101111 | 11101101 | 1101 | 1010000 | 0 | 111 | 100100011 | 1010100 | 111000 |
Color Harmonies of #CF2FED
Complementary color
Monochromatic Colors of #CF2FED
Black with #CF2FED
Text Example
Text Example
White with #CF2FED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2FED; }
p { color: rgb(207,47,237); }
H1.HeaderClassName
{
color: #CF2FED;
}
.AnyTagClassName
{
color: #CF2FED;
}
</style>
background-color css
<style>
a { background-color: #CF2FED; }
a { background-color: rgb(207,47,237); }
div.DivClassName
{
background-color: #CF2FED;
}
.BgClassName
{
background-color: #CF2FED;
}
</style>
border-color css
<style>
span { border-color: #CF2FED; }
span { border-color: rgb(207,47,237); }
td.TdClassName
{
border-color: #CF2FED;
}
.TagClassName
{
border-color: #CF2FED;
}
</style>