Shades of Medium Orchid #CF2EDD
Tints of Medium Orchid #CF2EDD
RGB
CMYK
RGB Variations
Color information
#CF2EDD (or 0xCF2EDD) is known color: Medium Orchid. HEX triplet: CF, 2E and DD. RGB value is (207,46,221). Sum of RGB (Red+Green+Blue) = 207+46+221=474 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.67% from 474); Green value is 46 (18.36% from 255 or 9.70% from 474); Blue value is 221 (86.72% from 255 or 46.62% from 474); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF2EDD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EDD is #30D122. Grayscale: #717171. Windows color (decimal): -3199267 or 14495439. OLE color: 14495439.
HSL color Cylindrical-coordinate representation of color #CF2EDD: hue angle of 295.2º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2EDD is Cyan = 0.06, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 46 | 221 | - |
| CMYK | 0.06 | 0.79 | 0 | 0.13 |
| HSL | 295.2º | 0.72% | 0.52% | - |
| HSV(B) | 295.2º | 0.79% | 0.87% | - |
| XYZ | 39.76 | 20.44 | 70.26 | - |
| YUV | 114.09 | 188.34 | 194.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 221 | 0.06 | 0.79 | 0 | 0.13 | 295.2 | 0.72 | 0.52 |
| Hex | CF | 2E | DD | 6 | 4F | 0 | D | 127 | 48 | 34 |
| Octal | 317 | 56 | 335 | 6 | 117 | 0 | 15 | 447 | 110 | 64 |
| Binary | 11001111 | 101110 | 11011101 | 110 | 1001111 | 0 | 1101 | 100100111 | 1001000 | 110100 |
Color Harmonies of #CF2EDD
Complementary color
Monochromatic Colors of #CF2EDD
Black with #CF2EDD
Text Example
Text Example
White with #CF2EDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EDD; }
p { color: rgb(207,46,221); }
H1.HeaderClassName
{
color: #CF2EDD;
}
.AnyTagClassName
{
color: #CF2EDD;
}
</style>
background-color css
<style>
a { background-color: #CF2EDD; }
a { background-color: rgb(207,46,221); }
div.DivClassName
{
background-color: #CF2EDD;
}
.BgClassName
{
background-color: #CF2EDD;
}
</style>
border-color css
<style>
span { border-color: #CF2EDD; }
span { border-color: rgb(207,46,221); }
td.TdClassName
{
border-color: #CF2EDD;
}
.TagClassName
{
border-color: #CF2EDD;
}
</style>