Shades of Medium Orchid #C947DB
Tints of Medium Orchid #C947DB
RGB
CMYK
RGB Variations
Color information
#C947DB (or 0xC947DB) is known color: Medium Orchid. HEX triplet: C9, 47 and DB. RGB value is (201,71,219). Sum of RGB (Red+Green+Blue) = 201+71+219=491 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.94% from 491); Green value is 71 (28.12% from 255 or 14.46% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 219 - color contains mainly: blue. Hex color #C947DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C947DB is #36B824. Grayscale: #7E7E7E. Windows color (decimal): -3586085 or 14370761. OLE color: 14370761.
HSL color Cylindrical-coordinate representation of color #C947DB: hue angle of 292.7º 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 #C947DB is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 71 | 219 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.14 |
| HSL | 292.7º | 0.67% | 0.57% | - |
| HSV(B) | 292.7º | 0.68% | 0.86% | - |
| XYZ | 39.13 | 22.04 | 69.21 | - |
| YUV | 126.74 | 180.07 | 180.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 71 | 219 | 0.08 | 0.68 | 0 | 0.14 | 292.7 | 0.67 | 0.57 |
| Hex | C9 | 47 | DB | 8 | 44 | 0 | E | 125 | 43 | 39 |
| Octal | 311 | 107 | 333 | 10 | 104 | 0 | 16 | 445 | 103 | 71 |
| Binary | 11001001 | 1000111 | 11011011 | 1000 | 1000100 | 0 | 1110 | 100100101 | 1000011 | 111001 |
Color Harmonies of #C947DB
Complementary color
Monochromatic Colors of #C947DB
Black with #C947DB
Text Example
Text Example
White with #C947DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C947DB; }
p { color: rgb(201,71,219); }
H1.HeaderClassName
{
color: #C947DB;
}
.AnyTagClassName
{
color: #C947DB;
}
</style>
background-color css
<style>
a { background-color: #C947DB; }
a { background-color: rgb(201,71,219); }
div.DivClassName
{
background-color: #C947DB;
}
.BgClassName
{
background-color: #C947DB;
}
</style>
border-color css
<style>
span { border-color: #C947DB; }
span { border-color: rgb(201,71,219); }
td.TdClassName
{
border-color: #C947DB;
}
.TagClassName
{
border-color: #C947DB;
}
</style>