Shades of Medium Orchid #CF2DD9
Tints of Medium Orchid #CF2DD9
RGB
CMYK
RGB Variations
Color information
#CF2DD9 (or 0xCF2DD9) is known color: Medium Orchid. HEX triplet: CF, 2D and D9. RGB value is (207,45,217). Sum of RGB (Red+Green+Blue) = 207+45+217=469 (62% of max value = 765). Red value is 207 (81.25% from 255 or 44.14% from 469); Green value is 45 (17.97% from 255 or 9.59% from 469); Blue value is 217 (85.16% from 255 or 46.27% from 469); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF2DD9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2DD9 is #30D226. Grayscale: #707070. Windows color (decimal): -3199527 or 14233039. OLE color: 14233039.
HSL color Cylindrical-coordinate representation of color #CF2DD9: hue angle of 296.51º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2DD9 is Cyan = 0.05, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 45 | 217 | - |
| CMYK | 0.05 | 0.79 | 0 | 0.15 |
| HSL | 296.51º | 0.69% | 0.51% | - |
| HSV(B) | 296.51º | 0.79% | 0.85% | - |
| XYZ | 39.19 | 20.15 | 67.47 | - |
| YUV | 113.05 | 186.67 | 195.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 45 | 217 | 0.05 | 0.79 | 0 | 0.15 | 296.51 | 0.69 | 0.51 |
| Hex | CF | 2D | D9 | 5 | 4F | 0 | F | 129 | 45 | 33 |
| Octal | 317 | 55 | 331 | 5 | 117 | 0 | 17 | 451 | 105 | 63 |
| Binary | 11001111 | 101101 | 11011001 | 101 | 1001111 | 0 | 1111 | 100101001 | 1000101 | 110011 |
Color Harmonies of #CF2DD9
Complementary color
Monochromatic Colors of #CF2DD9
Black with #CF2DD9
Text Example
Text Example
White with #CF2DD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2DD9; }
p { color: rgb(207,45,217); }
H1.HeaderClassName
{
color: #CF2DD9;
}
.AnyTagClassName
{
color: #CF2DD9;
}
</style>
background-color css
<style>
a { background-color: #CF2DD9; }
a { background-color: rgb(207,45,217); }
div.DivClassName
{
background-color: #CF2DD9;
}
.BgClassName
{
background-color: #CF2DD9;
}
</style>
border-color css
<style>
span { border-color: #CF2DD9; }
span { border-color: rgb(207,45,217); }
td.TdClassName
{
border-color: #CF2DD9;
}
.TagClassName
{
border-color: #CF2DD9;
}
</style>