Shades of Medium Orchid #CF46D9
Tints of Medium Orchid #CF46D9
RGB
CMYK
RGB Variations
Color information
#CF46D9 (or 0xCF46D9) is known color: Medium Orchid. HEX triplet: CF, 46 and D9. RGB value is (207,70,217). Sum of RGB (Red+Green+Blue) = 207+70+217=494 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.90% from 494); Green value is 70 (27.73% from 255 or 14.17% from 494); Blue value is 217 (85.16% from 255 or 43.93% from 494); Max value from RGB is 217 - color contains mainly: blue. Hex color #CF46D9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46D9 is #30B926. Grayscale: #7F7F7F. Windows color (decimal): -3193127 or 14239439. OLE color: 14239439.
HSL color Cylindrical-coordinate representation of color #CF46D9: hue angle of 295.92º degrees, saturation: 0.66, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF46D9 is Cyan = 0.05, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 70 | 217 | - |
| CMYK | 0.05 | 0.68 | 0 | 0.15 |
| HSL | 295.92º | 0.66% | 0.56% | - |
| HSV(B) | 295.92º | 0.68% | 0.85% | - |
| XYZ | 40.45 | 22.66 | 67.89 | - |
| YUV | 127.72 | 178.39 | 184.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 217 | 0.05 | 0.68 | 0 | 0.15 | 295.92 | 0.66 | 0.56 |
| Hex | CF | 46 | D9 | 5 | 44 | 0 | F | 128 | 42 | 38 |
| Octal | 317 | 106 | 331 | 5 | 104 | 0 | 17 | 450 | 102 | 70 |
| Binary | 11001111 | 1000110 | 11011001 | 101 | 1000100 | 0 | 1111 | 100101000 | 1000010 | 111000 |
Color Harmonies of #CF46D9
Complementary color
Monochromatic Colors of #CF46D9
Black with #CF46D9
Text Example
Text Example
White with #CF46D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46D9; }
p { color: rgb(207,70,217); }
H1.HeaderClassName
{
color: #CF46D9;
}
.AnyTagClassName
{
color: #CF46D9;
}
</style>
background-color css
<style>
a { background-color: #CF46D9; }
a { background-color: rgb(207,70,217); }
div.DivClassName
{
background-color: #CF46D9;
}
.BgClassName
{
background-color: #CF46D9;
}
</style>
border-color css
<style>
span { border-color: #CF46D9; }
span { border-color: rgb(207,70,217); }
td.TdClassName
{
border-color: #CF46D9;
}
.TagClassName
{
border-color: #CF46D9;
}
</style>