Shades of Medium Orchid #CF46DD
Tints of Medium Orchid #CF46DD
RGB
CMYK
RGB Variations
Color information
#CF46DD (or 0xCF46DD) is known color: Medium Orchid. HEX triplet: CF, 46 and DD. RGB value is (207,70,221). Sum of RGB (Red+Green+Blue) = 207+70+221=498 (65% of max value = 765). Red value is 207 (81.25% from 255 or 41.57% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 221 - color contains mainly: blue. Hex color #CF46DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF46DD is #30B922. Grayscale: #7F7F7F. Windows color (decimal): -3193123 or 14501583. OLE color: 14501583.
HSL color Cylindrical-coordinate representation of color #CF46DD: hue angle of 294.44º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF46DD is Cyan = 0.06, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 207 | 70 | 221 | - |
| CMYK | 0.06 | 0.68 | 0 | 0.13 |
| HSL | 294.44º | 0.69% | 0.57% | - |
| HSV(B) | 294.44º | 0.68% | 0.87% | - |
| XYZ | 40.97 | 22.87 | 70.66 | - |
| YUV | 128.18 | 180.39 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 70 | 221 | 0.06 | 0.68 | 0 | 0.13 | 294.44 | 0.69 | 0.57 |
| Hex | CF | 46 | DD | 6 | 44 | 0 | D | 126 | 45 | 39 |
| Octal | 317 | 106 | 335 | 6 | 104 | 0 | 15 | 446 | 105 | 71 |
| Binary | 11001111 | 1000110 | 11011101 | 110 | 1000100 | 0 | 1101 | 100100110 | 1000101 | 111001 |
Color Harmonies of #CF46DD
Complementary color
Monochromatic Colors of #CF46DD
Black with #CF46DD
Text Example
Text Example
White with #CF46DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF46DD; }
p { color: rgb(207,70,221); }
H1.HeaderClassName
{
color: #CF46DD;
}
.AnyTagClassName
{
color: #CF46DD;
}
</style>
background-color css
<style>
a { background-color: #CF46DD; }
a { background-color: rgb(207,70,221); }
div.DivClassName
{
background-color: #CF46DD;
}
.BgClassName
{
background-color: #CF46DD;
}
</style>
border-color css
<style>
span { border-color: #CF46DD; }
span { border-color: rgb(207,70,221); }
td.TdClassName
{
border-color: #CF46DD;
}
.TagClassName
{
border-color: #CF46DD;
}
</style>