Shades of Orchid #C871CB
Tints of Orchid #C871CB
RGB
CMYK
RGB Variations
Color information
#C871CB (or 0xC871CB) is known color: Orchid. HEX triplet: C8, 71 and CB. RGB value is (200,113,203). Sum of RGB (Red+Green+Blue) = 200+113+203=516 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.76% from 516); Green value is 113 (44.53% from 255 or 21.90% from 516); Blue value is 203 (79.69% from 255 or 39.34% from 516); Max value from RGB is 203 - color contains mainly: blue. Hex color #C871CB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C871CB is #378E34. Grayscale: #959595. Windows color (decimal): -3640885 or 13332936. OLE color: 13332936.
HSL color Cylindrical-coordinate representation of color #C871CB: hue angle of 298º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C871CB is Cyan = 0.01, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 200 | 113 | 203 | - |
| CMYK | 0.01 | 0.44 | 0 | 0.20 |
| HSL | 298º | 0.46% | 0.62% | - |
| HSV(B) | 298º | 0.44% | 0.8% | - |
| XYZ | 40.5 | 28.4 | 59.85 | - |
| YUV | 149.27 | 158.32 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 113 | 203 | 0.01 | 0.44 | 0 | 0.20 | 298 | 0.46 | 0.62 |
| Hex | C8 | 71 | CB | 1 | 2C | 0 | 14 | 12A | 2E | 3E |
| Octal | 310 | 161 | 313 | 1 | 54 | 0 | 24 | 452 | 56 | 76 |
| Binary | 11001000 | 1110001 | 11001011 | 1 | 101100 | 0 | 10100 | 100101010 | 101110 | 111110 |
Color Harmonies of #C871CB
Complementary color
Monochromatic Colors of #C871CB
Black with #C871CB
Text Example
Text Example
White with #C871CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C871CB; }
p { color: rgb(200,113,203); }
H1.HeaderClassName
{
color: #C871CB;
}
.AnyTagClassName
{
color: #C871CB;
}
</style>
background-color css
<style>
a { background-color: #C871CB; }
a { background-color: rgb(200,113,203); }
div.DivClassName
{
background-color: #C871CB;
}
.BgClassName
{
background-color: #C871CB;
}
</style>
border-color css
<style>
span { border-color: #C871CB; }
span { border-color: rgb(200,113,203); }
td.TdClassName
{
border-color: #C871CB;
}
.TagClassName
{
border-color: #C871CB;
}
</style>