Shades of Orchid #C873D0
Tints of Orchid #C873D0
RGB
CMYK
RGB Variations
Color information
#C873D0 (or 0xC873D0) is known color: Orchid. HEX triplet: C8, 73 and D0. RGB value is (200,115,208). Sum of RGB (Red+Green+Blue) = 200+115+208=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 115 (45.31% from 255 or 21.99% from 523); Blue value is 208 (81.64% from 255 or 39.77% from 523); Max value from RGB is 208 - color contains mainly: blue. Hex color #C873D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C873D0 is #378C2F. Grayscale: #969696. Windows color (decimal): -3640368 or 13661128. OLE color: 13661128.
HSL color Cylindrical-coordinate representation of color #C873D0: hue angle of 294.84º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C873D0 is Cyan = 0.04, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 115 | 208 | - |
| CMYK | 0.04 | 0.45 | 0 | 0.18 |
| HSL | 294.84º | 0.5% | 0.63% | - |
| HSV(B) | 294.84º | 0.45% | 0.82% | - |
| XYZ | 41.34 | 29.09 | 63.11 | - |
| YUV | 151.02 | 160.16 | 162.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 115 | 208 | 0.04 | 0.45 | 0 | 0.18 | 294.84 | 0.5 | 0.63 |
| Hex | C8 | 73 | D0 | 4 | 2D | 0 | 12 | 127 | 32 | 3F |
| Octal | 310 | 163 | 320 | 4 | 55 | 0 | 22 | 447 | 62 | 77 |
| Binary | 11001000 | 1110011 | 11010000 | 100 | 101101 | 0 | 10010 | 100100111 | 110010 | 111111 |
Color Harmonies of #C873D0
Complementary color
Monochromatic Colors of #C873D0
Black with #C873D0
Text Example
Text Example
White with #C873D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C873D0; }
p { color: rgb(200,115,208); }
H1.HeaderClassName
{
color: #C873D0;
}
.AnyTagClassName
{
color: #C873D0;
}
</style>
background-color css
<style>
a { background-color: #C873D0; }
a { background-color: rgb(200,115,208); }
div.DivClassName
{
background-color: #C873D0;
}
.BgClassName
{
background-color: #C873D0;
}
</style>
border-color css
<style>
span { border-color: #C873D0; }
span { border-color: rgb(200,115,208); }
td.TdClassName
{
border-color: #C873D0;
}
.TagClassName
{
border-color: #C873D0;
}
</style>