Shades of Orchid #C87BD3
Tints of Orchid #C87BD3
RGB
CMYK
RGB Variations
Color information
#C87BD3 (or 0xC87BD3) is known color: Orchid. HEX triplet: C8, 7B and D3. RGB value is (200,123,211). Sum of RGB (Red+Green+Blue) = 200+123+211=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 123 (48.44% from 255 or 23.03% from 534); Blue value is 211 (82.81% from 255 or 39.51% from 534); Max value from RGB is 211 - color contains mainly: blue. Hex color #C87BD3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BD3 is #37842C. Grayscale: #9B9B9B. Windows color (decimal): -3638317 or 13859784. OLE color: 13859784.
HSL color Cylindrical-coordinate representation of color #C87BD3: hue angle of 292.5º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C87BD3 is Cyan = 0.05, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 123 | 211 | - |
| CMYK | 0.05 | 0.42 | 0 | 0.17 |
| HSL | 292.5º | 0.5% | 0.65% | - |
| HSV(B) | 292.5º | 0.42% | 0.83% | - |
| XYZ | 42.66 | 31.15 | 65.39 | - |
| YUV | 156.06 | 159.01 | 159.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 211 | 0.05 | 0.42 | 0 | 0.17 | 292.5 | 0.5 | 0.65 |
| Hex | C8 | 7B | D3 | 5 | 2A | 0 | 11 | 124 | 32 | 41 |
| Octal | 310 | 173 | 323 | 5 | 52 | 0 | 21 | 444 | 62 | 101 |
| Binary | 11001000 | 1111011 | 11010011 | 101 | 101010 | 0 | 10001 | 100100100 | 110010 | 1000001 |
Color Harmonies of #C87BD3
Complementary color
Monochromatic Colors of #C87BD3
Black with #C87BD3
Text Example
Text Example
White with #C87BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BD3; }
p { color: rgb(200,123,211); }
H1.HeaderClassName
{
color: #C87BD3;
}
.AnyTagClassName
{
color: #C87BD3;
}
</style>
background-color css
<style>
a { background-color: #C87BD3; }
a { background-color: rgb(200,123,211); }
div.DivClassName
{
background-color: #C87BD3;
}
.BgClassName
{
background-color: #C87BD3;
}
</style>
border-color css
<style>
span { border-color: #C87BD3; }
span { border-color: rgb(200,123,211); }
td.TdClassName
{
border-color: #C87BD3;
}
.TagClassName
{
border-color: #C87BD3;
}
</style>