Shades of Medium Orchid #C746DD
Tints of Medium Orchid #C746DD
RGB
CMYK
RGB Variations
Color information
#C746DD (or 0xC746DD) is known color: Medium Orchid. HEX triplet: C7, 46 and DD. RGB value is (199,70,221). Sum of RGB (Red+Green+Blue) = 199+70+221=490 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.61% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 221 (86.72% from 255 or 45.10% from 490); Max value from RGB is 221 - color contains mainly: blue. Hex color #C746DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746DD is #38B922. Grayscale: #7D7D7D. Windows color (decimal): -3717411 or 14501575. OLE color: 14501575.
HSL color Cylindrical-coordinate representation of color #C746DD: hue angle of 291.26º 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 #C746DD is Cyan = 0.10, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 199 | 70 | 221 | - |
| CMYK | 0.10 | 0.68 | 0 | 0.13 |
| HSL | 291.26º | 0.69% | 0.57% | - |
| HSV(B) | 291.26º | 0.68% | 0.87% | - |
| XYZ | 38.79 | 21.74 | 70.56 | - |
| YUV | 125.79 | 181.74 | 180.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 221 | 0.10 | 0.68 | 0 | 0.13 | 291.26 | 0.69 | 0.57 |
| Hex | C7 | 46 | DD | A | 44 | 0 | D | 123 | 45 | 39 |
| Octal | 307 | 106 | 335 | 12 | 104 | 0 | 15 | 443 | 105 | 71 |
| Binary | 11000111 | 1000110 | 11011101 | 1010 | 1000100 | 0 | 1101 | 100100011 | 1000101 | 111001 |
Color Harmonies of #C746DD
Complementary color
Monochromatic Colors of #C746DD
Black with #C746DD
Text Example
Text Example
White with #C746DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746DD; }
p { color: rgb(199,70,221); }
H1.HeaderClassName
{
color: #C746DD;
}
.AnyTagClassName
{
color: #C746DD;
}
</style>
background-color css
<style>
a { background-color: #C746DD; }
a { background-color: rgb(199,70,221); }
div.DivClassName
{
background-color: #C746DD;
}
.BgClassName
{
background-color: #C746DD;
}
</style>
border-color css
<style>
span { border-color: #C746DD; }
span { border-color: rgb(199,70,221); }
td.TdClassName
{
border-color: #C746DD;
}
.TagClassName
{
border-color: #C746DD;
}
</style>