Shades of Orchid #C87BCE
Tints of Orchid #C87BCE
RGB
CMYK
RGB Variations
Color information
#C87BCE (or 0xC87BCE) is known color: Orchid. HEX triplet: C8, 7B and CE. RGB value is (200,123,206). Sum of RGB (Red+Green+Blue) = 200+123+206=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 123 (48.44% from 255 or 23.25% from 529); Blue value is 206 (80.86% from 255 or 38.94% from 529); Max value from RGB is 206 - color contains mainly: blue. Hex color #C87BCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87BCE is #378431. Grayscale: #9B9B9B. Windows color (decimal): -3638322 or 13532104. OLE color: 13532104.
HSL color Cylindrical-coordinate representation of color #C87BCE: hue angle of 295.66º degrees, saturation: 0.46, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C87BCE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 123 | 206 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.19 |
| HSL | 295.66º | 0.46% | 0.65% | - |
| HSV(B) | 295.66º | 0.4% | 0.81% | - |
| XYZ | 42.04 | 30.9 | 62.14 | - |
| YUV | 155.49 | 156.51 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 206 | 0.03 | 0.40 | 0 | 0.19 | 295.66 | 0.46 | 0.65 |
| Hex | C8 | 7B | CE | 3 | 28 | 0 | 13 | 128 | 2E | 41 |
| Octal | 310 | 173 | 316 | 3 | 50 | 0 | 23 | 450 | 56 | 101 |
| Binary | 11001000 | 1111011 | 11001110 | 11 | 101000 | 0 | 10011 | 100101000 | 101110 | 1000001 |
Color Harmonies of #C87BCE
Complementary color
Monochromatic Colors of #C87BCE
Black with #C87BCE
Text Example
Text Example
White with #C87BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87BCE; }
p { color: rgb(200,123,206); }
H1.HeaderClassName
{
color: #C87BCE;
}
.AnyTagClassName
{
color: #C87BCE;
}
</style>
background-color css
<style>
a { background-color: #C87BCE; }
a { background-color: rgb(200,123,206); }
div.DivClassName
{
background-color: #C87BCE;
}
.BgClassName
{
background-color: #C87BCE;
}
</style>
border-color css
<style>
span { border-color: #C87BCE; }
span { border-color: rgb(200,123,206); }
td.TdClassName
{
border-color: #C87BCE;
}
.TagClassName
{
border-color: #C87BCE;
}
</style>