Shades of Medium Orchid #C83CDB
Tints of Medium Orchid #C83CDB
RGB
CMYK
RGB Variations
Color information
#C83CDB (or 0xC83CDB) is known color: Medium Orchid. HEX triplet: C8, 3C and DB. RGB value is (200,60,219). Sum of RGB (Red+Green+Blue) = 200+60+219=479 (63% of max value = 765). Red value is 200 (78.52% from 255 or 41.75% from 479); Green value is 60 (23.83% from 255 or 12.53% from 479); Blue value is 219 (85.94% from 255 or 45.72% from 479); Max value from RGB is 219 - color contains mainly: blue. Hex color #C83CDB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #C83CDB is #37C324. Grayscale: #777777. Windows color (decimal): -3654437 or 14367944. OLE color: 14367944.
HSL color Cylindrical-coordinate representation of color #C83CDB: hue angle of 292.83º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C83CDB is Cyan = 0.09, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 60 | 219 | - |
| CMYK | 0.09 | 0.73 | 0 | 0.14 |
| HSL | 292.83º | 0.69% | 0.55% | - |
| HSV(B) | 292.83º | 0.73% | 0.86% | - |
| XYZ | 38.22 | 20.63 | 68.98 | - |
| YUV | 119.99 | 183.88 | 185.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 60 | 219 | 0.09 | 0.73 | 0 | 0.14 | 292.83 | 0.69 | 0.55 |
| Hex | C8 | 3C | DB | 9 | 49 | 0 | E | 125 | 45 | 37 |
| Octal | 310 | 74 | 333 | 11 | 111 | 0 | 16 | 445 | 105 | 67 |
| Binary | 11001000 | 111100 | 11011011 | 1001 | 1001001 | 0 | 1110 | 100100101 | 1000101 | 110111 |
Color Harmonies of #C83CDB
Complementary color
Monochromatic Colors of #C83CDB
Black with #C83CDB
Text Example
Text Example
White with #C83CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C83CDB; }
p { color: rgb(200,60,219); }
H1.HeaderClassName
{
color: #C83CDB;
}
.AnyTagClassName
{
color: #C83CDB;
}
</style>
background-color css
<style>
a { background-color: #C83CDB; }
a { background-color: rgb(200,60,219); }
div.DivClassName
{
background-color: #C83CDB;
}
.BgClassName
{
background-color: #C83CDB;
}
</style>
border-color css
<style>
span { border-color: #C83CDB; }
span { border-color: rgb(200,60,219); }
td.TdClassName
{
border-color: #C83CDB;
}
.TagClassName
{
border-color: #C83CDB;
}
</style>