Shades of Orchid #C871DD
Tints of Orchid #C871DD
RGB
CMYK
RGB Variations
Color information
#C871DD (or 0xC871DD) is known color: Orchid. HEX triplet: C8, 71 and DD. RGB value is (200,113,221). Sum of RGB (Red+Green+Blue) = 200+113+221=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 113 (44.53% from 255 or 21.16% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 221 - color contains mainly: blue. Hex color #C871DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871DD is #378E22. Grayscale: #969696. Windows color (decimal): -3640867 or 14512584. OLE color: 14512584.
HSL color Cylindrical-coordinate representation of color #C871DD: hue angle of 288.33º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C871DD is Cyan = 0.10, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 113 | 221 | - |
| CMYK | 0.10 | 0.49 | 0 | 0.13 |
| HSL | 288.33º | 0.61% | 0.65% | - |
| HSV(B) | 288.33º | 0.49% | 0.87% | - |
| XYZ | 42.78 | 29.31 | 71.81 | - |
| YUV | 151.33 | 167.32 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 221 | 0.10 | 0.49 | 0 | 0.13 | 288.33 | 0.61 | 0.65 |
| Hex | C8 | 71 | DD | A | 31 | 0 | D | 120 | 3D | 41 |
| Octal | 310 | 161 | 335 | 12 | 61 | 0 | 15 | 440 | 75 | 101 |
| Binary | 11001000 | 1110001 | 11011101 | 1010 | 110001 | 0 | 1101 | 100100000 | 111101 | 1000001 |
Color Harmonies of #C871DD
Complementary color
Monochromatic Colors of #C871DD
Black with #C871DD
Text Example
Text Example
White with #C871DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871DD; }
p { color: rgb(200,113,221); }
H1.HeaderClassName
{
color: #C871DD;
}
.AnyTagClassName
{
color: #C871DD;
}
</style>
background-color css
<style>
a { background-color: #C871DD; }
a { background-color: rgb(200,113,221); }
div.DivClassName
{
background-color: #C871DD;
}
.BgClassName
{
background-color: #C871DD;
}
</style>
border-color css
<style>
span { border-color: #C871DD; }
span { border-color: rgb(200,113,221); }
td.TdClassName
{
border-color: #C871DD;
}
.TagClassName
{
border-color: #C871DD;
}
</style>