Shades of Orchid #C87BDB
Tints of Orchid #C87BDB
RGB
CMYK
RGB Variations
Color information
#C87BDB (or 0xC87BDB) is known color: Orchid. HEX triplet: C8, 7B and DB. RGB value is (200,123,219). Sum of RGB (Red+Green+Blue) = 200+123+219=542 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.90% from 542); Green value is 123 (48.44% from 255 or 22.69% from 542); Blue value is 219 (85.94% from 255 or 40.41% from 542); Max value from RGB is 219 - color contains mainly: blue. Hex color #C87BDB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BDB is #378424. Grayscale: #9C9C9C. Windows color (decimal): -3638309 or 14384072. OLE color: 14384072.
HSL color Cylindrical-coordinate representation of color #C87BDB: hue angle of 288.12º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C87BDB is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 123 | 219 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.14 |
| HSL | 288.13º | 0.57% | 0.67% | - |
| HSV(B) | 288.13º | 0.44% | 0.86% | - |
| XYZ | 43.69 | 31.56 | 70.81 | - |
| YUV | 156.97 | 163.01 | 158.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 219 | 0.09 | 0.44 | 0 | 0.14 | 288.13 | 0.57 | 0.67 |
| Hex | C8 | 7B | DB | 9 | 2C | 0 | E | 120 | 39 | 43 |
| Octal | 310 | 173 | 333 | 11 | 54 | 0 | 16 | 440 | 71 | 103 |
| Binary | 11001000 | 1111011 | 11011011 | 1001 | 101100 | 0 | 1110 | 100100000 | 111001 | 1000011 |
Color Harmonies of #C87BDB
Complementary color
Monochromatic Colors of #C87BDB
Black with #C87BDB
Text Example
Text Example
White with #C87BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BDB; }
p { color: rgb(200,123,219); }
H1.HeaderClassName
{
color: #C87BDB;
}
.AnyTagClassName
{
color: #C87BDB;
}
</style>
background-color css
<style>
a { background-color: #C87BDB; }
a { background-color: rgb(200,123,219); }
div.DivClassName
{
background-color: #C87BDB;
}
.BgClassName
{
background-color: #C87BDB;
}
</style>
border-color css
<style>
span { border-color: #C87BDB; }
span { border-color: rgb(200,123,219); }
td.TdClassName
{
border-color: #C87BDB;
}
.TagClassName
{
border-color: #C87BDB;
}
</style>