Shades of Orchid #C87ADD
Tints of Orchid #C87ADD
RGB
CMYK
RGB Variations
Color information
#C87ADD (or 0xC87ADD) is known color: Orchid. HEX triplet: C8, 7A and DD. RGB value is (200,122,221). Sum of RGB (Red+Green+Blue) = 200+122+221=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 122 (48.05% from 255 or 22.47% from 543); Blue value is 221 (86.72% from 255 or 40.70% from 543); Max value from RGB is 221 - color contains mainly: blue. Hex color #C87ADD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ADD is #378522. Grayscale: #9C9C9C. Windows color (decimal): -3638563 or 14514888. OLE color: 14514888.
HSL color Cylindrical-coordinate representation of color #C87ADD: hue angle of 287.27º degrees, saturation: 0.59, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87ADD is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 122 | 221 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.13 |
| HSL | 287.27º | 0.59% | 0.67% | - |
| HSV(B) | 287.27º | 0.45% | 0.87% | - |
| XYZ | 43.83 | 31.42 | 72.16 | - |
| YUV | 156.61 | 164.34 | 158.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 122 | 221 | 0.10 | 0.45 | 0 | 0.13 | 287.27 | 0.59 | 0.67 |
| Hex | C8 | 7A | DD | A | 2D | 0 | D | 11F | 3B | 43 |
| Octal | 310 | 172 | 335 | 12 | 55 | 0 | 15 | 437 | 73 | 103 |
| Binary | 11001000 | 1111010 | 11011101 | 1010 | 101101 | 0 | 1101 | 100011111 | 111011 | 1000011 |
Color Harmonies of #C87ADD
Complementary color
Monochromatic Colors of #C87ADD
Black with #C87ADD
Text Example
Text Example
White with #C87ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87ADD; }
p { color: rgb(200,122,221); }
H1.HeaderClassName
{
color: #C87ADD;
}
.AnyTagClassName
{
color: #C87ADD;
}
</style>
background-color css
<style>
a { background-color: #C87ADD; }
a { background-color: rgb(200,122,221); }
div.DivClassName
{
background-color: #C87ADD;
}
.BgClassName
{
background-color: #C87ADD;
}
</style>
border-color css
<style>
span { border-color: #C87ADD; }
span { border-color: rgb(200,122,221); }
td.TdClassName
{
border-color: #C87ADD;
}
.TagClassName
{
border-color: #C87ADD;
}
</style>