Shades of Orchid #C871CF
Tints of Orchid #C871CF
RGB
CMYK
RGB Variations
Color information
#C871CF (or 0xC871CF) is known color: Orchid. HEX triplet: C8, 71 and CF. RGB value is (200,113,207). Sum of RGB (Red+Green+Blue) = 200+113+207=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 113 (44.53% from 255 or 21.73% from 520); Blue value is 207 (81.25% from 255 or 39.81% from 520); Max value from RGB is 207 - color contains mainly: blue. Hex color #C871CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871CF is #378E30. Grayscale: #959595. Windows color (decimal): -3640881 or 13595080. OLE color: 13595080.
HSL color Cylindrical-coordinate representation of color #C871CF: hue angle of 295.53º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C871CF is Cyan = 0.03, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 113 | 207 | - |
| CMYK | 0.03 | 0.45 | 0 | 0.19 |
| HSL | 295.53º | 0.49% | 0.63% | - |
| HSV(B) | 295.53º | 0.45% | 0.81% | - |
| XYZ | 40.99 | 28.59 | 62.39 | - |
| YUV | 149.73 | 160.32 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 207 | 0.03 | 0.45 | 0 | 0.19 | 295.53 | 0.49 | 0.63 |
| Hex | C8 | 71 | CF | 3 | 2D | 0 | 13 | 128 | 31 | 3F |
| Octal | 310 | 161 | 317 | 3 | 55 | 0 | 23 | 450 | 61 | 77 |
| Binary | 11001000 | 1110001 | 11001111 | 11 | 101101 | 0 | 10011 | 100101000 | 110001 | 111111 |
Color Harmonies of #C871CF
Complementary color
Monochromatic Colors of #C871CF
Black with #C871CF
Text Example
Text Example
White with #C871CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871CF; }
p { color: rgb(200,113,207); }
H1.HeaderClassName
{
color: #C871CF;
}
.AnyTagClassName
{
color: #C871CF;
}
</style>
background-color css
<style>
a { background-color: #C871CF; }
a { background-color: rgb(200,113,207); }
div.DivClassName
{
background-color: #C871CF;
}
.BgClassName
{
background-color: #C871CF;
}
</style>
border-color css
<style>
span { border-color: #C871CF; }
span { border-color: rgb(200,113,207); }
td.TdClassName
{
border-color: #C871CF;
}
.TagClassName
{
border-color: #C871CF;
}
</style>