Shades of Orchid #C87CC3
Tints of Orchid #C87CC3
RGB
CMYK
RGB Variations
Color information
#C87CC3 (or 0xC87CC3) is known color: Orchid. HEX triplet: C8, 7C and C3. RGB value is (200,124,195). Sum of RGB (Red+Green+Blue) = 200+124+195=519 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.54% from 519); Green value is 124 (48.83% from 255 or 23.89% from 519); Blue value is 195 (76.56% from 255 or 37.57% from 519); Max value from RGB is 200 - color contains mainly: red. Hex color #C87CC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CC3 is #37833C. Grayscale: #9A9A9A. Windows color (decimal): -3638077 or 12811464. OLE color: 12811464.
HSL color Cylindrical-coordinate representation of color #C87CC3: hue angle of 303.95º 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 #C87CC3 is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 124 | 195 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.22 |
| HSL | 303.95º | 0.41% | 0.64% | - |
| HSV(B) | 303.95º | 0.38% | 0.78% | - |
| XYZ | 40.88 | 30.63 | 55.39 | - |
| YUV | 154.82 | 150.68 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 195 | 0 | 0.38 | 0.02 | 0.22 | 303.95 | 0.41 | 0.64 |
| Hex | C8 | 7C | C3 | 0 | 26 | 2 | 16 | 130 | 29 | 40 |
| Octal | 310 | 174 | 303 | 0 | 46 | 2 | 26 | 460 | 51 | 100 |
| Binary | 11001000 | 1111100 | 11000011 | 0 | 100110 | 10 | 10110 | 100110000 | 101001 | 1000000 |
Color Harmonies of #C87CC3
Complementary color
Monochromatic Colors of #C87CC3
Black with #C87CC3
Text Example
Text Example
White with #C87CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CC3; }
p { color: rgb(200,124,195); }
H1.HeaderClassName
{
color: #C87CC3;
}
.AnyTagClassName
{
color: #C87CC3;
}
</style>
background-color css
<style>
a { background-color: #C87CC3; }
a { background-color: rgb(200,124,195); }
div.DivClassName
{
background-color: #C87CC3;
}
.BgClassName
{
background-color: #C87CC3;
}
</style>
border-color css
<style>
span { border-color: #C87CC3; }
span { border-color: rgb(200,124,195); }
td.TdClassName
{
border-color: #C87CC3;
}
.TagClassName
{
border-color: #C87CC3;
}
</style>