Shades of Orchid #C87BDC
Tints of Orchid #C87BDC
RGB
CMYK
RGB Variations
Color information
#C87BDC (or 0xC87BDC) is known color: Orchid. HEX triplet: C8, 7B and DC. RGB value is (200,123,220). Sum of RGB (Red+Green+Blue) = 200+123+220=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 123 (48.44% from 255 or 22.65% from 543); Blue value is 220 (86.33% from 255 or 40.52% from 543); Max value from RGB is 220 - color contains mainly: blue. Hex color #C87BDC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BDC is #378423. Grayscale: #9C9C9C. Windows color (decimal): -3638308 or 14449608. OLE color: 14449608.
HSL color Cylindrical-coordinate representation of color #C87BDC: hue angle of 287.63º degrees, saturation: 0.58, 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 #C87BDC is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 200 | 123 | 220 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.14 |
| HSL | 287.63º | 0.58% | 0.67% | - |
| HSV(B) | 287.63º | 0.44% | 0.86% | - |
| XYZ | 43.82 | 31.61 | 71.5 | - |
| YUV | 157.08 | 163.51 | 158.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 220 | 0.09 | 0.44 | 0 | 0.14 | 287.63 | 0.58 | 0.67 |
| Hex | C8 | 7B | DC | 9 | 2C | 0 | E | 120 | 3A | 43 |
| Octal | 310 | 173 | 334 | 11 | 54 | 0 | 16 | 440 | 72 | 103 |
| Binary | 11001000 | 1111011 | 11011100 | 1001 | 101100 | 0 | 1110 | 100100000 | 111010 | 1000011 |
Color Harmonies of #C87BDC
Complementary color
Monochromatic Colors of #C87BDC
Black with #C87BDC
Text Example
Text Example
White with #C87BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BDC; }
p { color: rgb(200,123,220); }
H1.HeaderClassName
{
color: #C87BDC;
}
.AnyTagClassName
{
color: #C87BDC;
}
</style>
background-color css
<style>
a { background-color: #C87BDC; }
a { background-color: rgb(200,123,220); }
div.DivClassName
{
background-color: #C87BDC;
}
.BgClassName
{
background-color: #C87BDC;
}
</style>
border-color css
<style>
span { border-color: #C87BDC; }
span { border-color: rgb(200,123,220); }
td.TdClassName
{
border-color: #C87BDC;
}
.TagClassName
{
border-color: #C87BDC;
}
</style>