Shades of Orchid #C87ECE
Tints of Orchid #C87ECE
RGB
CMYK
RGB Variations
Color information
#C87ECE (or 0xC87ECE) is known color: Orchid. HEX triplet: C8, 7E and CE. RGB value is (200,126,206). Sum of RGB (Red+Green+Blue) = 200+126+206=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 126 (49.61% from 255 or 23.68% from 532); Blue value is 206 (80.86% from 255 or 38.72% from 532); Max value from RGB is 206 - color contains mainly: blue. Hex color #C87ECE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87ECE is #378131. Grayscale: #9C9C9C. Windows color (decimal): -3637554 or 13532872. OLE color: 13532872.
HSL color Cylindrical-coordinate representation of color #C87ECE: hue angle of 295.5º degrees, saturation: 0.45, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87ECE is Cyan = 0.03, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 126 | 206 | - |
| CMYK | 0.03 | 0.39 | 0 | 0.19 |
| HSL | 295.5º | 0.45% | 0.65% | - |
| HSV(B) | 295.5º | 0.39% | 0.81% | - |
| XYZ | 42.42 | 31.66 | 62.27 | - |
| YUV | 157.25 | 155.52 | 158.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 206 | 0.03 | 0.39 | 0 | 0.19 | 295.5 | 0.45 | 0.65 |
| Hex | C8 | 7E | CE | 3 | 27 | 0 | 13 | 128 | 2D | 41 |
| Octal | 310 | 176 | 316 | 3 | 47 | 0 | 23 | 450 | 55 | 101 |
| Binary | 11001000 | 1111110 | 11001110 | 11 | 100111 | 0 | 10011 | 100101000 | 101101 | 1000001 |
Color Harmonies of #C87ECE
Complementary color
Monochromatic Colors of #C87ECE
Black with #C87ECE
Text Example
Text Example
White with #C87ECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87ECE; }
p { color: rgb(200,126,206); }
H1.HeaderClassName
{
color: #C87ECE;
}
.AnyTagClassName
{
color: #C87ECE;
}
</style>
background-color css
<style>
a { background-color: #C87ECE; }
a { background-color: rgb(200,126,206); }
div.DivClassName
{
background-color: #C87ECE;
}
.BgClassName
{
background-color: #C87ECE;
}
</style>
border-color css
<style>
span { border-color: #C87ECE; }
span { border-color: rgb(200,126,206); }
td.TdClassName
{
border-color: #C87ECE;
}
.TagClassName
{
border-color: #C87ECE;
}
</style>