Shades of Orchid #C87FCC
Tints of Orchid #C87FCC
RGB
CMYK
RGB Variations
Color information
#C87FCC (or 0xC87FCC) is known color: Orchid. HEX triplet: C8, 7F and CC. RGB value is (200,127,204). Sum of RGB (Red+Green+Blue) = 200+127+204=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 127 (50% from 255 or 23.92% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 204 - color contains mainly: blue. Hex color #C87FCC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87FCC is #378033. Grayscale: #9D9D9D. Windows color (decimal): -3637300 or 13402056. OLE color: 13402056.
HSL color Cylindrical-coordinate representation of color #C87FCC: hue angle of 296.88º degrees, saturation: 0.43, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #C87FCC is Cyan = 0.02, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 127 | 204 | - |
| CMYK | 0.02 | 0.38 | 0 | 0.2 |
| HSL | 296.88º | 0.43% | 0.65% | - |
| HSV(B) | 296.88º | 0.38% | 0.8% | - |
| XYZ | 42.31 | 31.82 | 61.04 | - |
| YUV | 157.61 | 154.18 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 127 | 204 | 0.02 | 0.38 | 0 | 0.2 | 296.88 | 0.43 | 0.65 |
| Hex | C8 | 7F | CC | 2 | 26 | 0 | 14 | 129 | 2B | 41 |
| Octal | 310 | 177 | 314 | 2 | 46 | 0 | 24 | 451 | 53 | 101 |
| Binary | 11001000 | 1111111 | 11001100 | 10 | 100110 | 0 | 10100 | 100101001 | 101011 | 1000001 |
Color Harmonies of #C87FCC
Complementary color
Monochromatic Colors of #C87FCC
Black with #C87FCC
Text Example
Text Example
White with #C87FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87FCC; }
p { color: rgb(200,127,204); }
H1.HeaderClassName
{
color: #C87FCC;
}
.AnyTagClassName
{
color: #C87FCC;
}
</style>
background-color css
<style>
a { background-color: #C87FCC; }
a { background-color: rgb(200,127,204); }
div.DivClassName
{
background-color: #C87FCC;
}
.BgClassName
{
background-color: #C87FCC;
}
</style>
border-color css
<style>
span { border-color: #C87FCC; }
span { border-color: rgb(200,127,204); }
td.TdClassName
{
border-color: #C87FCC;
}
.TagClassName
{
border-color: #C87FCC;
}
</style>