Shades of Orchid #C871D3
Tints of Orchid #C871D3
RGB
CMYK
RGB Variations
Color information
#C871D3 (or 0xC871D3) is known color: Orchid. HEX triplet: C8, 71 and D3. RGB value is (200,113,211). Sum of RGB (Red+Green+Blue) = 200+113+211=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 211 (82.81% from 255 or 40.27% from 524); Max value from RGB is 211 - color contains mainly: blue. Hex color #C871D3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871D3 is #378E2C. Grayscale: #959595. Windows color (decimal): -3640877 or 13857224. OLE color: 13857224.
HSL color Cylindrical-coordinate representation of color #C871D3: hue angle of 293.27º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C871D3 is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 113 | 211 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.17 |
| HSL | 293.27º | 0.53% | 0.64% | - |
| HSV(B) | 293.27º | 0.46% | 0.83% | - |
| XYZ | 41.48 | 28.79 | 65 | - |
| YUV | 150.19 | 162.32 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 211 | 0.05 | 0.46 | 0 | 0.17 | 293.27 | 0.53 | 0.64 |
| Hex | C8 | 71 | D3 | 5 | 2E | 0 | 11 | 125 | 35 | 40 |
| Octal | 310 | 161 | 323 | 5 | 56 | 0 | 21 | 445 | 65 | 100 |
| Binary | 11001000 | 1110001 | 11010011 | 101 | 101110 | 0 | 10001 | 100100101 | 110101 | 1000000 |
Color Harmonies of #C871D3
Complementary color
Monochromatic Colors of #C871D3
Black with #C871D3
Text Example
Text Example
White with #C871D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871D3; }
p { color: rgb(200,113,211); }
H1.HeaderClassName
{
color: #C871D3;
}
.AnyTagClassName
{
color: #C871D3;
}
</style>
background-color css
<style>
a { background-color: #C871D3; }
a { background-color: rgb(200,113,211); }
div.DivClassName
{
background-color: #C871D3;
}
.BgClassName
{
background-color: #C871D3;
}
</style>
border-color css
<style>
span { border-color: #C871D3; }
span { border-color: rgb(200,113,211); }
td.TdClassName
{
border-color: #C871D3;
}
.TagClassName
{
border-color: #C871D3;
}
</style>