Shades of Medium Orchid #C945DB
Tints of Medium Orchid #C945DB
RGB
CMYK
RGB Variations
Color information
#C945DB (or 0xC945DB) is known color: Medium Orchid. HEX triplet: C9, 45 and DB. RGB value is (201,69,219). Sum of RGB (Red+Green+Blue) = 201+69+219=489 (64% of max value = 765). Red value is 201 (78.91% from 255 or 41.10% from 489); Green value is 69 (27.34% from 255 or 14.11% from 489); Blue value is 219 (85.94% from 255 or 44.79% from 489); Max value from RGB is 219 - color contains mainly: blue. Hex color #C945DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C945DB is #36BA24. Grayscale: #7D7D7D. Windows color (decimal): -3586597 or 14370249. OLE color: 14370249.
HSL color Cylindrical-coordinate representation of color #C945DB: hue angle of 292.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C945DB is Cyan = 0.08, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 69 | 219 | - |
| CMYK | 0.08 | 0.68 | 0 | 0.14 |
| HSL | 292.8º | 0.68% | 0.56% | - |
| HSV(B) | 292.8º | 0.68% | 0.86% | - |
| XYZ | 39 | 21.79 | 69.17 | - |
| YUV | 125.57 | 180.73 | 181.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 69 | 219 | 0.08 | 0.68 | 0 | 0.14 | 292.8 | 0.68 | 0.56 |
| Hex | C9 | 45 | DB | 8 | 44 | 0 | E | 125 | 44 | 38 |
| Octal | 311 | 105 | 333 | 10 | 104 | 0 | 16 | 445 | 104 | 70 |
| Binary | 11001001 | 1000101 | 11011011 | 1000 | 1000100 | 0 | 1110 | 100100101 | 1000100 | 111000 |
Color Harmonies of #C945DB
Complementary color
Monochromatic Colors of #C945DB
Black with #C945DB
Text Example
Text Example
White with #C945DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C945DB; }
p { color: rgb(201,69,219); }
H1.HeaderClassName
{
color: #C945DB;
}
.AnyTagClassName
{
color: #C945DB;
}
</style>
background-color css
<style>
a { background-color: #C945DB; }
a { background-color: rgb(201,69,219); }
div.DivClassName
{
background-color: #C945DB;
}
.BgClassName
{
background-color: #C945DB;
}
</style>
border-color css
<style>
span { border-color: #C945DB; }
span { border-color: rgb(201,69,219); }
td.TdClassName
{
border-color: #C945DB;
}
.TagClassName
{
border-color: #C945DB;
}
</style>