Shades of Medium Orchid #C746DB
Tints of Medium Orchid #C746DB
RGB
CMYK
RGB Variations
Color information
#C746DB (or 0xC746DB) is known color: Medium Orchid. HEX triplet: C7, 46 and DB. RGB value is (199,70,219). Sum of RGB (Red+Green+Blue) = 199+70+219=488 (64% of max value = 765). Red value is 199 (78.12% from 255 or 40.78% from 488); Green value is 70 (27.73% from 255 or 14.34% from 488); Blue value is 219 (85.94% from 255 or 44.88% from 488); Max value from RGB is 219 - color contains mainly: blue. Hex color #C746DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C746DB is #38B924. Grayscale: #7D7D7D. Windows color (decimal): -3717413 or 14370503. OLE color: 14370503.
HSL color Cylindrical-coordinate representation of color #C746DB: hue angle of 291.95º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C746DB is Cyan = 0.09, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 199 | 70 | 219 | - |
| CMYK | 0.09 | 0.68 | 0 | 0.14 |
| HSL | 291.95º | 0.67% | 0.57% | - |
| HSV(B) | 291.95º | 0.68% | 0.86% | - |
| XYZ | 38.53 | 21.64 | 69.16 | - |
| YUV | 125.56 | 180.74 | 180.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 70 | 219 | 0.09 | 0.68 | 0 | 0.14 | 291.95 | 0.67 | 0.57 |
| Hex | C7 | 46 | DB | 9 | 44 | 0 | E | 124 | 43 | 39 |
| Octal | 307 | 106 | 333 | 11 | 104 | 0 | 16 | 444 | 103 | 71 |
| Binary | 11000111 | 1000110 | 11011011 | 1001 | 1000100 | 0 | 1110 | 100100100 | 1000011 | 111001 |
Color Harmonies of #C746DB
Complementary color
Monochromatic Colors of #C746DB
Black with #C746DB
Text Example
Text Example
White with #C746DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C746DB; }
p { color: rgb(199,70,219); }
H1.HeaderClassName
{
color: #C746DB;
}
.AnyTagClassName
{
color: #C746DB;
}
</style>
background-color css
<style>
a { background-color: #C746DB; }
a { background-color: rgb(199,70,219); }
div.DivClassName
{
background-color: #C746DB;
}
.BgClassName
{
background-color: #C746DB;
}
</style>
border-color css
<style>
span { border-color: #C746DB; }
span { border-color: rgb(199,70,219); }
td.TdClassName
{
border-color: #C746DB;
}
.TagClassName
{
border-color: #C746DB;
}
</style>