Shades of Orchid #C87AD6
Tints of Orchid #C87AD6
RGB
CMYK
RGB Variations
Color information
#C87AD6 (or 0xC87AD6) is known color: Orchid. HEX triplet: C8, 7A and D6. RGB value is (200,122,214). Sum of RGB (Red+Green+Blue) = 200+122+214=536 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.31% from 536); Green value is 122 (48.05% from 255 or 22.76% from 536); Blue value is 214 (83.98% from 255 or 39.93% from 536); Max value from RGB is 214 - color contains mainly: blue. Hex color #C87AD6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87AD6 is #378529. Grayscale: #9B9B9B. Windows color (decimal): -3638570 or 14056136. OLE color: 14056136.
HSL color Cylindrical-coordinate representation of color #C87AD6: hue angle of 290.87º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C87AD6 is Cyan = 0.07, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 122 | 214 | - |
| CMYK | 0.07 | 0.43 | 0 | 0.16 |
| HSL | 290.87º | 0.53% | 0.66% | - |
| HSV(B) | 290.87º | 0.43% | 0.84% | - |
| XYZ | 42.92 | 31.05 | 67.35 | - |
| YUV | 155.81 | 160.84 | 159.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 214 | 0.07 | 0.43 | 0 | 0.16 | 290.87 | 0.53 | 0.66 |
| Hex | C8 | 7A | D6 | 7 | 2B | 0 | 10 | 123 | 35 | 42 |
| Octal | 310 | 172 | 326 | 7 | 53 | 0 | 20 | 443 | 65 | 102 |
| Binary | 11001000 | 1111010 | 11010110 | 111 | 101011 | 0 | 10000 | 100100011 | 110101 | 1000010 |
Color Harmonies of #C87AD6
Complementary color
Monochromatic Colors of #C87AD6
Black with #C87AD6
Text Example
Text Example
White with #C87AD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87AD6; }
p { color: rgb(200,122,214); }
H1.HeaderClassName
{
color: #C87AD6;
}
.AnyTagClassName
{
color: #C87AD6;
}
</style>
background-color css
<style>
a { background-color: #C87AD6; }
a { background-color: rgb(200,122,214); }
div.DivClassName
{
background-color: #C87AD6;
}
.BgClassName
{
background-color: #C87AD6;
}
</style>
border-color css
<style>
span { border-color: #C87AD6; }
span { border-color: rgb(200,122,214); }
td.TdClassName
{
border-color: #C87AD6;
}
.TagClassName
{
border-color: #C87AD6;
}
</style>