Shades of Medium Orchid #C946DB
Tints of Medium Orchid #C946DB
RGB
CMYK
RGB Variations
Color information
#C946DB (or 0xC946DB) is known color: Medium Orchid. HEX triplet: C9, 46 and DB. RGB value is (201,70,219). Sum of RGB (Red+Green+Blue) = 201+70+219=490 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.02% from 490); Green value is 70 (27.73% from 255 or 14.29% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 219 - color contains mainly: blue. Hex color #C946DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C946DB is #36B924. Grayscale: #7D7D7D. Windows color (decimal): -3586341 or 14370505. OLE color: 14370505.
HSL color Cylindrical-coordinate representation of color #C946DB: hue angle of 292.75º 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 #C946DB is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 70 | 219 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.14 |
| HSL | 292.75º | 0.67% | 0.57% | - |
| HSV(B) | 292.75º | 0.68% | 0.86% | - |
| XYZ | 39.06 | 21.91 | 69.19 | - |
| YUV | 126.16 | 180.4 | 181.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 70 | 219 | 0.08 | 0.68 | 0 | 0.14 | 292.75 | 0.67 | 0.57 |
| Hex | C9 | 46 | DB | 8 | 44 | 0 | E | 125 | 43 | 39 |
| Octal | 311 | 106 | 333 | 10 | 104 | 0 | 16 | 445 | 103 | 71 |
| Binary | 11001001 | 1000110 | 11011011 | 1000 | 1000100 | 0 | 1110 | 100100101 | 1000011 | 111001 |
Color Harmonies of #C946DB
Complementary color
Monochromatic Colors of #C946DB
Black with #C946DB
Text Example
Text Example
White with #C946DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C946DB; }
p { color: rgb(201,70,219); }
H1.HeaderClassName
{
color: #C946DB;
}
.AnyTagClassName
{
color: #C946DB;
}
</style>
background-color css
<style>
a { background-color: #C946DB; }
a { background-color: rgb(201,70,219); }
div.DivClassName
{
background-color: #C946DB;
}
.BgClassName
{
background-color: #C946DB;
}
</style>
border-color css
<style>
span { border-color: #C946DB; }
span { border-color: rgb(201,70,219); }
td.TdClassName
{
border-color: #C946DB;
}
.TagClassName
{
border-color: #C946DB;
}
</style>