Shades of Orchid #C873DB
Tints of Orchid #C873DB
RGB
CMYK
RGB Variations
Color information
#C873DB (or 0xC873DB) is known color: Orchid. HEX triplet: C8, 73 and DB. RGB value is (200,115,219). Sum of RGB (Red+Green+Blue) = 200+115+219=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 115 (45.31% from 255 or 21.54% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #C873DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873DB is #378C24. Grayscale: #979797. Windows color (decimal): -3640357 or 14382024. OLE color: 14382024.
HSL color Cylindrical-coordinate representation of color #C873DB: hue angle of 289.04º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C873DB is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 115 | 219 | - |
| CMYK | 0.09 | 0.47 | 0 | 0.14 |
| HSL | 289.04º | 0.59% | 0.65% | - |
| HSV(B) | 289.04º | 0.47% | 0.86% | - |
| XYZ | 42.74 | 29.66 | 70.49 | - |
| YUV | 152.27 | 165.66 | 162.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 219 | 0.09 | 0.47 | 0 | 0.14 | 289.04 | 0.59 | 0.65 |
| Hex | C8 | 73 | DB | 9 | 2F | 0 | E | 121 | 3B | 41 |
| Octal | 310 | 163 | 333 | 11 | 57 | 0 | 16 | 441 | 73 | 101 |
| Binary | 11001000 | 1110011 | 11011011 | 1001 | 101111 | 0 | 1110 | 100100001 | 111011 | 1000001 |
Color Harmonies of #C873DB
Complementary color
Monochromatic Colors of #C873DB
Black with #C873DB
Text Example
Text Example
White with #C873DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873DB; }
p { color: rgb(200,115,219); }
H1.HeaderClassName
{
color: #C873DB;
}
.AnyTagClassName
{
color: #C873DB;
}
</style>
background-color css
<style>
a { background-color: #C873DB; }
a { background-color: rgb(200,115,219); }
div.DivClassName
{
background-color: #C873DB;
}
.BgClassName
{
background-color: #C873DB;
}
</style>
border-color css
<style>
span { border-color: #C873DB; }
span { border-color: rgb(200,115,219); }
td.TdClassName
{
border-color: #C873DB;
}
.TagClassName
{
border-color: #C873DB;
}
</style>