Shades of Orchid #C87CC4
Tints of Orchid #C87CC4
RGB
CMYK
RGB Variations
Color information
#C87CC4 (or 0xC87CC4) is known color: Orchid. HEX triplet: C8, 7C and C4. RGB value is (200,124,196). Sum of RGB (Red+Green+Blue) = 200+124+196=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 124 (48.83% from 255 or 23.85% from 520); Blue value is 196 (76.95% from 255 or 37.69% from 520); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CC4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CC4 is #37833B. Grayscale: #9A9A9A. Windows color (decimal): -3638076 or 12877000. OLE color: 12877000.
HSL color Cylindrical-coordinate representation of color #C87CC4: hue angle of 303.16º 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 #C87CC4 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 196 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.22 |
| HSL | 303.16º | 0.41% | 0.64% | - |
| HSV(B) | 303.16º | 0.38% | 0.78% | - |
| XYZ | 40.99 | 30.68 | 55.99 | - |
| YUV | 154.93 | 151.18 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 196 | 0 | 0.38 | 0.02 | 0.22 | 303.16 | 0.41 | 0.64 |
| Hex | C8 | 7C | C4 | 0 | 26 | 2 | 16 | 12F | 29 | 40 |
| Octal | 310 | 174 | 304 | 0 | 46 | 2 | 26 | 457 | 51 | 100 |
| Binary | 11001000 | 1111100 | 11000100 | 0 | 100110 | 10 | 10110 | 100101111 | 101001 | 1000000 |
Color Harmonies of #C87CC4
Complementary color
Monochromatic Colors of #C87CC4
Black with #C87CC4
Text Example
Text Example
White with #C87CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CC4; }
p { color: rgb(200,124,196); }
H1.HeaderClassName
{
color: #C87CC4;
}
.AnyTagClassName
{
color: #C87CC4;
}
</style>
background-color css
<style>
a { background-color: #C87CC4; }
a { background-color: rgb(200,124,196); }
div.DivClassName
{
background-color: #C87CC4;
}
.BgClassName
{
background-color: #C87CC4;
}
</style>
border-color css
<style>
span { border-color: #C87CC4; }
span { border-color: rgb(200,124,196); }
td.TdClassName
{
border-color: #C87CC4;
}
.TagClassName
{
border-color: #C87CC4;
}
</style>