Shades of Medium Orchid #C949DB
Tints of Medium Orchid #C949DB
RGB
CMYK
RGB Variations
Color information
#C949DB (or 0xC949DB) is known color: Medium Orchid. HEX triplet: C9, 49 and DB. RGB value is (201,73,219). Sum of RGB (Red+Green+Blue) = 201+73+219=493 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.77% from 493); Green value is 73 (28.91% from 255 or 14.81% from 493); Blue value is 219 (85.94% from 255 or 44.42% from 493); Max value from RGB is 219 - color contains mainly: blue. Hex color #C949DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C949DB is #36B624. Grayscale: #7F7F7F. Windows color (decimal): -3585573 or 14371273. OLE color: 14371273.
HSL color Cylindrical-coordinate representation of color #C949DB: hue angle of 292.6º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C949DB is Cyan = 0.08, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 73 | 219 | - |
| CMYK | 0.08 | 0.67 | 0 | 0.14 |
| HSL | 292.6º | 0.67% | 0.57% | - |
| HSV(B) | 292.6º | 0.67% | 0.86% | - |
| XYZ | 39.26 | 22.3 | 69.25 | - |
| YUV | 127.92 | 179.41 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 73 | 219 | 0.08 | 0.67 | 0 | 0.14 | 292.6 | 0.67 | 0.57 |
| Hex | C9 | 49 | DB | 8 | 43 | 0 | E | 125 | 43 | 39 |
| Octal | 311 | 111 | 333 | 10 | 103 | 0 | 16 | 445 | 103 | 71 |
| Binary | 11001001 | 1001001 | 11011011 | 1000 | 1000011 | 0 | 1110 | 100100101 | 1000011 | 111001 |
Color Harmonies of #C949DB
Complementary color
Monochromatic Colors of #C949DB
Black with #C949DB
Text Example
Text Example
White with #C949DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C949DB; }
p { color: rgb(201,73,219); }
H1.HeaderClassName
{
color: #C949DB;
}
.AnyTagClassName
{
color: #C949DB;
}
</style>
background-color css
<style>
a { background-color: #C949DB; }
a { background-color: rgb(201,73,219); }
div.DivClassName
{
background-color: #C949DB;
}
.BgClassName
{
background-color: #C949DB;
}
</style>
border-color css
<style>
span { border-color: #C949DB; }
span { border-color: rgb(201,73,219); }
td.TdClassName
{
border-color: #C949DB;
}
.TagClassName
{
border-color: #C949DB;
}
</style>