Shades of Orchid #C87ADA
Tints of Orchid #C87ADA
RGB
CMYK
RGB Variations
Color information
#C87ADA (or 0xC87ADA) is known color: Orchid. HEX triplet: C8, 7A and DA. RGB value is (200,122,218). Sum of RGB (Red+Green+Blue) = 200+122+218=540 (71% of max value = 765). Red value is 200 (78.52% from 255 or 37.04% from 540); Green value is 122 (48.05% from 255 or 22.59% from 540); Blue value is 218 (85.55% from 255 or 40.37% from 540); Max value from RGB is 218 - color contains mainly: blue. Hex color #C87ADA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ADA is #378525. Grayscale: #9B9B9B. Windows color (decimal): -3638566 or 14318280. OLE color: 14318280.
HSL color Cylindrical-coordinate representation of color #C87ADA: hue angle of 288.75º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87ADA is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 200 | 122 | 218 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.15 |
| HSL | 288.75º | 0.56% | 0.67% | - |
| HSV(B) | 288.75º | 0.44% | 0.85% | - |
| XYZ | 43.43 | 31.26 | 70.07 | - |
| YUV | 156.27 | 162.84 | 159.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 218 | 0.08 | 0.44 | 0 | 0.15 | 288.75 | 0.56 | 0.67 |
| Hex | C8 | 7A | DA | 8 | 2C | 0 | F | 121 | 38 | 43 |
| Octal | 310 | 172 | 332 | 10 | 54 | 0 | 17 | 441 | 70 | 103 |
| Binary | 11001000 | 1111010 | 11011010 | 1000 | 101100 | 0 | 1111 | 100100001 | 111000 | 1000011 |
Color Harmonies of #C87ADA
Complementary color
Monochromatic Colors of #C87ADA
Black with #C87ADA
Text Example
Text Example
White with #C87ADA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87ADA; }
p { color: rgb(200,122,218); }
H1.HeaderClassName
{
color: #C87ADA;
}
.AnyTagClassName
{
color: #C87ADA;
}
</style>
background-color css
<style>
a { background-color: #C87ADA; }
a { background-color: rgb(200,122,218); }
div.DivClassName
{
background-color: #C87ADA;
}
.BgClassName
{
background-color: #C87ADA;
}
</style>
border-color css
<style>
span { border-color: #C87ADA; }
span { border-color: rgb(200,122,218); }
td.TdClassName
{
border-color: #C87ADA;
}
.TagClassName
{
border-color: #C87ADA;
}
</style>