Shades of Medium Orchid #C844DB
Tints of Medium Orchid #C844DB
RGB
CMYK
RGB Variations
Color information
#C844DB (or 0xC844DB) is known color: Medium Orchid. HEX triplet: C8, 44 and DB. RGB value is (200,68,219). Sum of RGB (Red+Green+Blue) = 200+68+219=487 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.07% from 487); Green value is 68 (26.95% from 255 or 13.96% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 219 - color contains mainly: blue. Hex color #C844DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C844DB is #37BB24. Grayscale: #7C7C7C. Windows color (decimal): -3652389 or 14369992. OLE color: 14369992.
HSL color Cylindrical-coordinate representation of color #C844DB: hue angle of 292.45º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C844DB is Cyan = 0.09, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 68 | 219 | - |
| CMYK | 0.09 | 0.69 | 0 | 0.14 |
| HSL | 292.45º | 0.68% | 0.56% | - |
| HSV(B) | 292.45º | 0.69% | 0.86% | - |
| XYZ | 38.67 | 21.53 | 69.13 | - |
| YUV | 124.68 | 181.23 | 181.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 68 | 219 | 0.09 | 0.69 | 0 | 0.14 | 292.45 | 0.68 | 0.56 |
| Hex | C8 | 44 | DB | 9 | 45 | 0 | E | 124 | 44 | 38 |
| Octal | 310 | 104 | 333 | 11 | 105 | 0 | 16 | 444 | 104 | 70 |
| Binary | 11001000 | 1000100 | 11011011 | 1001 | 1000101 | 0 | 1110 | 100100100 | 1000100 | 111000 |
Color Harmonies of #C844DB
Complementary color
Monochromatic Colors of #C844DB
Black with #C844DB
Text Example
Text Example
White with #C844DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C844DB; }
p { color: rgb(200,68,219); }
H1.HeaderClassName
{
color: #C844DB;
}
.AnyTagClassName
{
color: #C844DB;
}
</style>
background-color css
<style>
a { background-color: #C844DB; }
a { background-color: rgb(200,68,219); }
div.DivClassName
{
background-color: #C844DB;
}
.BgClassName
{
background-color: #C844DB;
}
</style>
border-color css
<style>
span { border-color: #C844DB; }
span { border-color: rgb(200,68,219); }
td.TdClassName
{
border-color: #C844DB;
}
.TagClassName
{
border-color: #C844DB;
}
</style>