Shades of Medium Orchid #C841DB
Tints of Medium Orchid #C841DB
RGB
CMYK
RGB Variations
Color information
#C841DB (or 0xC841DB) is known color: Medium Orchid. HEX triplet: C8, 41 and DB. RGB value is (200,65,219). Sum of RGB (Red+Green+Blue) = 200+65+219=484 (64% of max value = 765). Red value is 200 (78.52% from 255 or 41.32% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 219 (85.94% from 255 or 45.25% from 484); Max value from RGB is 219 - color contains mainly: blue. Hex color #C841DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C841DB is #37BE24. Grayscale: #7A7A7A. Windows color (decimal): -3653157 or 14369224. OLE color: 14369224.
HSL color Cylindrical-coordinate representation of color #C841DB: hue angle of 292.6º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C841DB is Cyan = 0.09, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 65 | 219 | - |
| CMYK | 0.09 | 0.70 | 0 | 0.14 |
| HSL | 292.6º | 0.68% | 0.56% | - |
| HSV(B) | 292.6º | 0.7% | 0.86% | - |
| XYZ | 38.5 | 21.17 | 69.08 | - |
| YUV | 122.92 | 182.23 | 182.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 65 | 219 | 0.09 | 0.70 | 0 | 0.14 | 292.6 | 0.68 | 0.56 |
| Hex | C8 | 41 | DB | 9 | 46 | 0 | E | 125 | 44 | 38 |
| Octal | 310 | 101 | 333 | 11 | 106 | 0 | 16 | 445 | 104 | 70 |
| Binary | 11001000 | 1000001 | 11011011 | 1001 | 1000110 | 0 | 1110 | 100100101 | 1000100 | 111000 |
Color Harmonies of #C841DB
Complementary color
Monochromatic Colors of #C841DB
Black with #C841DB
Text Example
Text Example
White with #C841DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C841DB; }
p { color: rgb(200,65,219); }
H1.HeaderClassName
{
color: #C841DB;
}
.AnyTagClassName
{
color: #C841DB;
}
</style>
background-color css
<style>
a { background-color: #C841DB; }
a { background-color: rgb(200,65,219); }
div.DivClassName
{
background-color: #C841DB;
}
.BgClassName
{
background-color: #C841DB;
}
</style>
border-color css
<style>
span { border-color: #C841DB; }
span { border-color: rgb(200,65,219); }
td.TdClassName
{
border-color: #C841DB;
}
.TagClassName
{
border-color: #C841DB;
}
</style>