Shades of Medium Orchid #C838DB
Tints of Medium Orchid #C838DB
RGB
CMYK
RGB Variations
Color information
#C838DB (or 0xC838DB) is known color: Medium Orchid. HEX triplet: C8, 38 and DB. RGB value is (200,56,219). Sum of RGB (Red+Green+Blue) = 200+56+219=475 (62% of max value = 765). Red value is 200 (78.52% from 255 or 42.11% from 475); Green value is 56 (22.27% from 255 or 11.79% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #C838DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C838DB is #37C724. Grayscale: #757575. Windows color (decimal): -3655461 or 14366920. OLE color: 14366920.
HSL color Cylindrical-coordinate representation of color #C838DB: hue angle of 293.01º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C838DB is Cyan = 0.09, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 56 | 219 | - |
| CMYK | 0.09 | 0.74 | 0 | 0.14 |
| HSL | 293.01º | 0.69% | 0.54% | - |
| HSV(B) | 293.01º | 0.74% | 0.86% | - |
| XYZ | 38.02 | 20.22 | 68.92 | - |
| YUV | 117.64 | 185.21 | 186.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 56 | 219 | 0.09 | 0.74 | 0 | 0.14 | 293.01 | 0.69 | 0.54 |
| Hex | C8 | 38 | DB | 9 | 4A | 0 | E | 125 | 45 | 36 |
| Octal | 310 | 70 | 333 | 11 | 112 | 0 | 16 | 445 | 105 | 66 |
| Binary | 11001000 | 111000 | 11011011 | 1001 | 1001010 | 0 | 1110 | 100100101 | 1000101 | 110110 |
Color Harmonies of #C838DB
Complementary color
Monochromatic Colors of #C838DB
Black with #C838DB
Text Example
Text Example
White with #C838DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C838DB; }
p { color: rgb(200,56,219); }
H1.HeaderClassName
{
color: #C838DB;
}
.AnyTagClassName
{
color: #C838DB;
}
</style>
background-color css
<style>
a { background-color: #C838DB; }
a { background-color: rgb(200,56,219); }
div.DivClassName
{
background-color: #C838DB;
}
.BgClassName
{
background-color: #C838DB;
}
</style>
border-color css
<style>
span { border-color: #C838DB; }
span { border-color: rgb(200,56,219); }
td.TdClassName
{
border-color: #C838DB;
}
.TagClassName
{
border-color: #C838DB;
}
</style>