Shades of Orchid #C87BDF
Tints of Orchid #C87BDF
RGB
CMYK
RGB Variations
Color information
#C87BDF (or 0xC87BDF) is known color: Orchid. HEX triplet: C8, 7B and DF. RGB value is (200,123,223). Sum of RGB (Red+Green+Blue) = 200+123+223=546 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.63% from 546); Green value is 123 (48.44% from 255 or 22.53% from 546); Blue value is 223 (87.5% from 255 or 40.84% from 546); Max value from RGB is 223 - color contains mainly: blue. Hex color #C87BDF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BDF is #378420. Grayscale: #9D9D9D. Windows color (decimal): -3638305 or 14646216. OLE color: 14646216.
HSL color Cylindrical-coordinate representation of color #C87BDF: hue angle of 286.2º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C87BDF is Cyan = 0.10, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 123 | 223 | - |
| CMYK | 0.10 | 0.45 | 0 | 0.13 |
| HSL | 286.2º | 0.61% | 0.68% | - |
| HSV(B) | 286.2º | 0.45% | 0.87% | - |
| XYZ | 44.22 | 31.77 | 73.61 | - |
| YUV | 157.42 | 165.01 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 223 | 0.10 | 0.45 | 0 | 0.13 | 286.2 | 0.61 | 0.68 |
| Hex | C8 | 7B | DF | A | 2D | 0 | D | 11E | 3D | 44 |
| Octal | 310 | 173 | 337 | 12 | 55 | 0 | 15 | 436 | 75 | 104 |
| Binary | 11001000 | 1111011 | 11011111 | 1010 | 101101 | 0 | 1101 | 100011110 | 111101 | 1000100 |
Color Harmonies of #C87BDF
Complementary color
Monochromatic Colors of #C87BDF
Black with #C87BDF
Text Example
Text Example
White with #C87BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BDF; }
p { color: rgb(200,123,223); }
H1.HeaderClassName
{
color: #C87BDF;
}
.AnyTagClassName
{
color: #C87BDF;
}
</style>
background-color css
<style>
a { background-color: #C87BDF; }
a { background-color: rgb(200,123,223); }
div.DivClassName
{
background-color: #C87BDF;
}
.BgClassName
{
background-color: #C87BDF;
}
</style>
border-color css
<style>
span { border-color: #C87BDF; }
span { border-color: rgb(200,123,223); }
td.TdClassName
{
border-color: #C87BDF;
}
.TagClassName
{
border-color: #C87BDF;
}
</style>