Shades of Orchid #C87CC7
Tints of Orchid #C87CC7
RGB
CMYK
RGB Variations
Color information
#C87CC7 (or 0xC87CC7) is known color: Orchid. HEX triplet: C8, 7C and C7. RGB value is (200,124,199). Sum of RGB (Red+Green+Blue) = 200+124+199=523 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.24% from 523); Green value is 124 (48.83% from 255 or 23.71% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CC7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CC7 is #378338. Grayscale: #9B9B9B. Windows color (decimal): -3638073 or 13073608. OLE color: 13073608.
HSL color Cylindrical-coordinate representation of color #C87CC7: hue angle of 300.79º degrees, saturation: 0.41, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87CC7 is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 199 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.22 |
| HSL | 300.79º | 0.41% | 0.64% | - |
| HSV(B) | 300.79º | 0.38% | 0.78% | - |
| XYZ | 41.34 | 30.82 | 57.8 | - |
| YUV | 155.27 | 152.68 | 159.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 199 | 0 | 0.38 | 0.00 | 0.22 | 300.79 | 0.41 | 0.64 |
| Hex | C8 | 7C | C7 | 0 | 26 | 0 | 16 | 12D | 29 | 40 |
| Octal | 310 | 174 | 307 | 0 | 46 | 0 | 26 | 455 | 51 | 100 |
| Binary | 11001000 | 1111100 | 11000111 | 0 | 100110 | 0 | 10110 | 100101101 | 101001 | 1000000 |
Color Harmonies of #C87CC7
Complementary color
Monochromatic Colors of #C87CC7
Black with #C87CC7
Text Example
Text Example
White with #C87CC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CC7; }
p { color: rgb(200,124,199); }
H1.HeaderClassName
{
color: #C87CC7;
}
.AnyTagClassName
{
color: #C87CC7;
}
</style>
background-color css
<style>
a { background-color: #C87CC7; }
a { background-color: rgb(200,124,199); }
div.DivClassName
{
background-color: #C87CC7;
}
.BgClassName
{
background-color: #C87CC7;
}
</style>
border-color css
<style>
span { border-color: #C87CC7; }
span { border-color: rgb(200,124,199); }
td.TdClassName
{
border-color: #C87CC7;
}
.TagClassName
{
border-color: #C87CC7;
}
</style>