Shades of Orchid #C871CC
Tints of Orchid #C871CC
RGB
CMYK
RGB Variations
Color information
#C871CC (or 0xC871CC) is known color: Orchid. HEX triplet: C8, 71 and CC. RGB value is (200,113,204). Sum of RGB (Red+Green+Blue) = 200+113+204=517 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.68% from 517); Green value is 113 (44.53% from 255 or 21.86% from 517); Blue value is 204 (80.08% from 255 or 39.46% from 517); Max value from RGB is 204 - color contains mainly: blue. Hex color #C871CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871CC is #378E33. Grayscale: #959595. Windows color (decimal): -3640884 or 13398472. OLE color: 13398472.
HSL color Cylindrical-coordinate representation of color #C871CC: hue angle of 297.36º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C871CC is Cyan = 0.02, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 113 | 204 | - |
| CMYK | 0.02 | 0.45 | 0 | 0.2 |
| HSL | 297.36º | 0.47% | 0.62% | - |
| HSV(B) | 297.36º | 0.45% | 0.8% | - |
| XYZ | 40.62 | 28.45 | 60.48 | - |
| YUV | 149.39 | 158.82 | 164.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 204 | 0.02 | 0.45 | 0 | 0.2 | 297.36 | 0.47 | 0.62 |
| Hex | C8 | 71 | CC | 2 | 2D | 0 | 14 | 129 | 2F | 3E |
| Octal | 310 | 161 | 314 | 2 | 55 | 0 | 24 | 451 | 57 | 76 |
| Binary | 11001000 | 1110001 | 11001100 | 10 | 101101 | 0 | 10100 | 100101001 | 101111 | 111110 |
Color Harmonies of #C871CC
Complementary color
Monochromatic Colors of #C871CC
Black with #C871CC
Text Example
Text Example
White with #C871CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871CC; }
p { color: rgb(200,113,204); }
H1.HeaderClassName
{
color: #C871CC;
}
.AnyTagClassName
{
color: #C871CC;
}
</style>
background-color css
<style>
a { background-color: #C871CC; }
a { background-color: rgb(200,113,204); }
div.DivClassName
{
background-color: #C871CC;
}
.BgClassName
{
background-color: #C871CC;
}
</style>
border-color css
<style>
span { border-color: #C871CC; }
span { border-color: rgb(200,113,204); }
td.TdClassName
{
border-color: #C871CC;
}
.TagClassName
{
border-color: #C871CC;
}
</style>