Shades of Medium Orchid #CF2EDB
Tints of Medium Orchid #CF2EDB
RGB
CMYK
RGB Variations
Color information
#CF2EDB (or 0xCF2EDB) is known color: Medium Orchid. HEX triplet: CF, 2E and DB. RGB value is (207,46,219). Sum of RGB (Red+Green+Blue) = 207+46+219=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 46 (18.36% from 255 or 9.75% from 472); Blue value is 219 (85.94% from 255 or 46.40% from 472); Max value from RGB is 219 - color contains mainly: blue. Hex color #CF2EDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2EDB is #30D124. Grayscale: #717171. Windows color (decimal): -3199269 or 14364367. OLE color: 14364367.
HSL color Cylindrical-coordinate representation of color #CF2EDB: hue angle of 295.84º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2EDB is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 207 | 46 | 219 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.14 |
| HSL | 295.84º | 0.71% | 0.52% | - |
| HSV(B) | 295.84º | 0.79% | 0.86% | - |
| XYZ | 39.5 | 20.33 | 68.86 | - |
| YUV | 113.86 | 187.34 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 46 | 219 | 0.05 | 0.79 | 0 | 0.14 | 295.84 | 0.71 | 0.52 |
| Hex | CF | 2E | DB | 5 | 4F | 0 | E | 128 | 47 | 34 |
| Octal | 317 | 56 | 333 | 5 | 117 | 0 | 16 | 450 | 107 | 64 |
| Binary | 11001111 | 101110 | 11011011 | 101 | 1001111 | 0 | 1110 | 100101000 | 1000111 | 110100 |
Color Harmonies of #CF2EDB
Complementary color
Monochromatic Colors of #CF2EDB
Black with #CF2EDB
Text Example
Text Example
White with #CF2EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2EDB; }
p { color: rgb(207,46,219); }
H1.HeaderClassName
{
color: #CF2EDB;
}
.AnyTagClassName
{
color: #CF2EDB;
}
</style>
background-color css
<style>
a { background-color: #CF2EDB; }
a { background-color: rgb(207,46,219); }
div.DivClassName
{
background-color: #CF2EDB;
}
.BgClassName
{
background-color: #CF2EDB;
}
</style>
border-color css
<style>
span { border-color: #CF2EDB; }
span { border-color: rgb(207,46,219); }
td.TdClassName
{
border-color: #CF2EDB;
}
.TagClassName
{
border-color: #CF2EDB;
}
</style>