Shades of Orchid #C871D1
Tints of Orchid #C871D1
RGB
CMYK
RGB Variations
Color information
#C871D1 (or 0xC871D1) is known color: Orchid. HEX triplet: C8, 71 and D1. RGB value is (200,113,209). Sum of RGB (Red+Green+Blue) = 200+113+209=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 113 (44.53% from 255 or 21.65% from 522); Blue value is 209 (82.03% from 255 or 40.04% from 522); Max value from RGB is 209 - color contains mainly: blue. Hex color #C871D1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871D1 is #378E2E. Grayscale: #959595. Windows color (decimal): -3640879 or 13726152. OLE color: 13726152.
HSL color Cylindrical-coordinate representation of color #C871D1: hue angle of 294.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C871D1 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 113 | 209 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.18 |
| HSL | 294.38º | 0.51% | 0.63% | - |
| HSV(B) | 294.38º | 0.46% | 0.82% | - |
| XYZ | 41.23 | 28.69 | 63.69 | - |
| YUV | 149.96 | 161.32 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 209 | 0.04 | 0.46 | 0 | 0.18 | 294.38 | 0.51 | 0.63 |
| Hex | C8 | 71 | D1 | 4 | 2E | 0 | 12 | 126 | 33 | 3F |
| Octal | 310 | 161 | 321 | 4 | 56 | 0 | 22 | 446 | 63 | 77 |
| Binary | 11001000 | 1110001 | 11010001 | 100 | 101110 | 0 | 10010 | 100100110 | 110011 | 111111 |
Color Harmonies of #C871D1
Complementary color
Monochromatic Colors of #C871D1
Black with #C871D1
Text Example
Text Example
White with #C871D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871D1; }
p { color: rgb(200,113,209); }
H1.HeaderClassName
{
color: #C871D1;
}
.AnyTagClassName
{
color: #C871D1;
}
</style>
background-color css
<style>
a { background-color: #C871D1; }
a { background-color: rgb(200,113,209); }
div.DivClassName
{
background-color: #C871D1;
}
.BgClassName
{
background-color: #C871D1;
}
</style>
border-color css
<style>
span { border-color: #C871D1; }
span { border-color: rgb(200,113,209); }
td.TdClassName
{
border-color: #C871D1;
}
.TagClassName
{
border-color: #C871D1;
}
</style>