Shades of Medium Orchid #CF46DF
Tints of Medium Orchid #CF46DF
RGB
CMYK
RGB Variations
Color information
#CF46DF (or 0xCF46DF) is known color: Medium Orchid. HEX triplet: CF, 46 and DF. RGB value is (207,70,223). Sum of RGB (Red+Green+Blue) = 207+70+223=500 (66% of max value = 765). Red value is 207 (81.25% from 255 or 41.4% from 500); Green value is 70 (27.73% from 255 or 14% from 500); Blue value is 223 (87.5% from 255 or 44.6% from 500); Max value from RGB is 223 - color contains mainly: blue. Hex color #CF46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46DF is #30B920. Grayscale: #7F7F7F. Windows color (decimal): -3193121 or 14632655. OLE color: 14632655.
HSL color Cylindrical-coordinate representation of color #CF46DF: hue angle of 293.73º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CF46DF is Cyan = 0.07, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 70 | 223 | - |
| CMYK | 0.07 | 0.69 | 0 | 0.13 |
| HSL | 293.73º | 0.71% | 0.57% | - |
| HSV(B) | 293.73º | 0.69% | 0.87% | - |
| XYZ | 41.24 | 22.97 | 72.07 | - |
| YUV | 128.41 | 181.39 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 223 | 0.07 | 0.69 | 0 | 0.13 | 293.73 | 0.71 | 0.57 |
| Hex | CF | 46 | DF | 7 | 45 | 0 | D | 126 | 47 | 39 |
| Octal | 317 | 106 | 337 | 7 | 105 | 0 | 15 | 446 | 107 | 71 |
| Binary | 11001111 | 1000110 | 11011111 | 111 | 1000101 | 0 | 1101 | 100100110 | 1000111 | 111001 |
Color Harmonies of #CF46DF
Complementary color
Monochromatic Colors of #CF46DF
Black with #CF46DF
Text Example
Text Example
White with #CF46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46DF; }
p { color: rgb(207,70,223); }
H1.HeaderClassName
{
color: #CF46DF;
}
.AnyTagClassName
{
color: #CF46DF;
}
</style>
background-color css
<style>
a { background-color: #CF46DF; }
a { background-color: rgb(207,70,223); }
div.DivClassName
{
background-color: #CF46DF;
}
.BgClassName
{
background-color: #CF46DF;
}
</style>
border-color css
<style>
span { border-color: #CF46DF; }
span { border-color: rgb(207,70,223); }
td.TdClassName
{
border-color: #CF46DF;
}
.TagClassName
{
border-color: #CF46DF;
}
</style>