Shades of Orchid #C87EC3
Tints of Orchid #C87EC3
RGB
CMYK
RGB Variations
Color information
#C87EC3 (or 0xC87EC3) is known color: Orchid. HEX triplet: C8, 7E and C3. RGB value is (200,126,195). Sum of RGB (Red+Green+Blue) = 200+126+195=521 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.39% from 521); Green value is 126 (49.61% from 255 or 24.18% from 521); Blue value is 195 (76.56% from 255 or 37.43% from 521); Max value from RGB is 200 - color contains mainly: red. Hex color #C87EC3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87EC3 is #37813C. Grayscale: #9B9B9B. Windows color (decimal): -3637565 or 12811976. OLE color: 12811976.
HSL color Cylindrical-coordinate representation of color #C87EC3: hue angle of 304.05º degrees, saturation: 0.4, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C87EC3 is Cyan = 0, Magento = 0.37, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 126 | 195 | - |
| CMYK | 0 | 0.37 | 0.02 | 0.22 |
| HSL | 304.05º | 0.4% | 0.64% | - |
| HSV(B) | 304.05º | 0.37% | 0.78% | - |
| XYZ | 41.13 | 31.14 | 55.47 | - |
| YUV | 155.99 | 150.02 | 159.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 126 | 195 | 0 | 0.37 | 0.02 | 0.22 | 304.05 | 0.4 | 0.64 |
| Hex | C8 | 7E | C3 | 0 | 25 | 2 | 16 | 130 | 28 | 40 |
| Octal | 310 | 176 | 303 | 0 | 45 | 2 | 26 | 460 | 50 | 100 |
| Binary | 11001000 | 1111110 | 11000011 | 0 | 100101 | 10 | 10110 | 100110000 | 101000 | 1000000 |
Color Harmonies of #C87EC3
Complementary color
Monochromatic Colors of #C87EC3
Black with #C87EC3
Text Example
Text Example
White with #C87EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87EC3; }
p { color: rgb(200,126,195); }
H1.HeaderClassName
{
color: #C87EC3;
}
.AnyTagClassName
{
color: #C87EC3;
}
</style>
background-color css
<style>
a { background-color: #C87EC3; }
a { background-color: rgb(200,126,195); }
div.DivClassName
{
background-color: #C87EC3;
}
.BgClassName
{
background-color: #C87EC3;
}
</style>
border-color css
<style>
span { border-color: #C87EC3; }
span { border-color: rgb(200,126,195); }
td.TdClassName
{
border-color: #C87EC3;
}
.TagClassName
{
border-color: #C87EC3;
}
</style>