Shades of Orchid #C87ADF
Tints of Orchid #C87ADF
RGB
CMYK
RGB Variations
Color information
#C87ADF (or 0xC87ADF) is known color: Orchid. HEX triplet: C8, 7A and DF. RGB value is (200,122,223). Sum of RGB (Red+Green+Blue) = 200+122+223=545 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.70% from 545); Green value is 122 (48.05% from 255 or 22.39% from 545); Blue value is 223 (87.5% from 255 or 40.92% from 545); Max value from RGB is 223 - color contains mainly: blue. Hex color #C87ADF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ADF is #378520. Grayscale: #9C9C9C. Windows color (decimal): -3638561 or 14645960. OLE color: 14645960.
HSL color Cylindrical-coordinate representation of color #C87ADF: hue angle of 286.34º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87ADF is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 122 | 223 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.13 |
| HSL | 286.34º | 0.61% | 0.68% | - |
| HSV(B) | 286.34º | 0.45% | 0.87% | - |
| XYZ | 44.1 | 31.53 | 73.57 | - |
| YUV | 156.84 | 165.34 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 223 | 0.10 | 0.45 | 0 | 0.13 | 286.34 | 0.61 | 0.68 |
| Hex | C8 | 7A | DF | A | 2D | 0 | D | 11E | 3D | 44 |
| Octal | 310 | 172 | 337 | 12 | 55 | 0 | 15 | 436 | 75 | 104 |
| Binary | 11001000 | 1111010 | 11011111 | 1010 | 101101 | 0 | 1101 | 100011110 | 111101 | 1000100 |
Color Harmonies of #C87ADF
Complementary color
Monochromatic Colors of #C87ADF
Black with #C87ADF
Text Example
Text Example
White with #C87ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87ADF; }
p { color: rgb(200,122,223); }
H1.HeaderClassName
{
color: #C87ADF;
}
.AnyTagClassName
{
color: #C87ADF;
}
</style>
background-color css
<style>
a { background-color: #C87ADF; }
a { background-color: rgb(200,122,223); }
div.DivClassName
{
background-color: #C87ADF;
}
.BgClassName
{
background-color: #C87ADF;
}
</style>
border-color css
<style>
span { border-color: #C87ADF; }
span { border-color: rgb(200,122,223); }
td.TdClassName
{
border-color: #C87ADF;
}
.TagClassName
{
border-color: #C87ADF;
}
</style>