Shades of Orchid #C87CCE
Tints of Orchid #C87CCE
RGB
CMYK
RGB Variations
Color information
#C87CCE (or 0xC87CCE) is known color: Orchid. HEX triplet: C8, 7C and CE. RGB value is (200,124,206). Sum of RGB (Red+Green+Blue) = 200+124+206=530 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.74% from 530); Green value is 124 (48.83% from 255 or 23.40% from 530); Blue value is 206 (80.86% from 255 or 38.87% from 530); Max value from RGB is 206 - color contains mainly: blue. Hex color #C87CCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CCE is #378331. Grayscale: #9B9B9B. Windows color (decimal): -3638066 or 13532360. OLE color: 13532360.
HSL color Cylindrical-coordinate representation of color #C87CCE: hue angle of 295.61º 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 #C87CCE is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 124 | 206 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.19 |
| HSL | 295.61º | 0.46% | 0.65% | - |
| HSV(B) | 295.61º | 0.4% | 0.81% | - |
| XYZ | 42.17 | 31.15 | 62.18 | - |
| YUV | 156.07 | 156.18 | 159.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 206 | 0.03 | 0.40 | 0 | 0.19 | 295.61 | 0.46 | 0.65 |
| Hex | C8 | 7C | CE | 3 | 28 | 0 | 13 | 128 | 2E | 41 |
| Octal | 310 | 174 | 316 | 3 | 50 | 0 | 23 | 450 | 56 | 101 |
| Binary | 11001000 | 1111100 | 11001110 | 11 | 101000 | 0 | 10011 | 100101000 | 101110 | 1000001 |
Color Harmonies of #C87CCE
Complementary color
Monochromatic Colors of #C87CCE
Black with #C87CCE
Text Example
Text Example
White with #C87CCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CCE; }
p { color: rgb(200,124,206); }
H1.HeaderClassName
{
color: #C87CCE;
}
.AnyTagClassName
{
color: #C87CCE;
}
</style>
background-color css
<style>
a { background-color: #C87CCE; }
a { background-color: rgb(200,124,206); }
div.DivClassName
{
background-color: #C87CCE;
}
.BgClassName
{
background-color: #C87CCE;
}
</style>
border-color css
<style>
span { border-color: #C87CCE; }
span { border-color: rgb(200,124,206); }
td.TdClassName
{
border-color: #C87CCE;
}
.TagClassName
{
border-color: #C87CCE;
}
</style>