Shades of Medium Orchid #CD46DF
Tints of Medium Orchid #CD46DF
RGB
CMYK
RGB Variations
Color information
#CD46DF (or 0xCD46DF) is known color: Medium Orchid. HEX triplet: CD, 46 and DF. RGB value is (205,70,223). Sum of RGB (Red+Green+Blue) = 205+70+223=498 (65% of max value = 765). Red value is 205 (80.47% from 255 or 41.16% from 498); Green value is 70 (27.73% from 255 or 14.06% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #CD46DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CD46DF is #32B920. Grayscale: #7F7F7F. Windows color (decimal): -3324193 or 14632653. OLE color: 14632653.
HSL color Cylindrical-coordinate representation of color #CD46DF: hue angle of 292.94º 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 #CD46DF is Cyan = 0.08, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 205 | 70 | 223 | - |
| CMYK | 0.08 | 0.69 | 0 | 0.13 |
| HSL | 292.94º | 0.71% | 0.57% | - |
| HSV(B) | 292.94º | 0.69% | 0.87% | - |
| XYZ | 40.69 | 22.69 | 72.05 | - |
| YUV | 127.81 | 181.73 | 183.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 70 | 223 | 0.08 | 0.69 | 0 | 0.13 | 292.94 | 0.71 | 0.57 |
| Hex | CD | 46 | DF | 8 | 45 | 0 | D | 125 | 47 | 39 |
| Octal | 315 | 106 | 337 | 10 | 105 | 0 | 15 | 445 | 107 | 71 |
| Binary | 11001101 | 1000110 | 11011111 | 1000 | 1000101 | 0 | 1101 | 100100101 | 1000111 | 111001 |
Color Harmonies of #CD46DF
Complementary color
Monochromatic Colors of #CD46DF
Black with #CD46DF
Text Example
Text Example
White with #CD46DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CD46DF; }
p { color: rgb(205,70,223); }
H1.HeaderClassName
{
color: #CD46DF;
}
.AnyTagClassName
{
color: #CD46DF;
}
</style>
background-color css
<style>
a { background-color: #CD46DF; }
a { background-color: rgb(205,70,223); }
div.DivClassName
{
background-color: #CD46DF;
}
.BgClassName
{
background-color: #CD46DF;
}
</style>
border-color css
<style>
span { border-color: #CD46DF; }
span { border-color: rgb(205,70,223); }
td.TdClassName
{
border-color: #CD46DF;
}
.TagClassName
{
border-color: #CD46DF;
}
</style>