Shades of Orchid #C87DCF
Tints of Orchid #C87DCF
RGB
CMYK
RGB Variations
Color information
#C87DCF (or 0xC87DCF) is known color: Orchid. HEX triplet: C8, 7D and CF. RGB value is (200,125,207). Sum of RGB (Red+Green+Blue) = 200+125+207=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 125 (49.22% from 255 or 23.50% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 207 - color contains mainly: blue. Hex color #C87DCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87DCF is #378230. Grayscale: #9C9C9C. Windows color (decimal): -3637809 or 13598152. OLE color: 13598152.
HSL color Cylindrical-coordinate representation of color #C87DCF: hue angle of 294.88º 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 #C87DCF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 125 | 207 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.19 |
| HSL | 294.88º | 0.46% | 0.65% | - |
| HSV(B) | 294.88º | 0.4% | 0.81% | - |
| XYZ | 42.42 | 31.45 | 62.87 | - |
| YUV | 156.77 | 156.35 | 158.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 125 | 207 | 0.03 | 0.40 | 0 | 0.19 | 294.88 | 0.46 | 0.65 |
| Hex | C8 | 7D | CF | 3 | 28 | 0 | 13 | 127 | 2E | 41 |
| Octal | 310 | 175 | 317 | 3 | 50 | 0 | 23 | 447 | 56 | 101 |
| Binary | 11001000 | 1111101 | 11001111 | 11 | 101000 | 0 | 10011 | 100100111 | 101110 | 1000001 |
Color Harmonies of #C87DCF
Complementary color
Monochromatic Colors of #C87DCF
Black with #C87DCF
Text Example
Text Example
White with #C87DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87DCF; }
p { color: rgb(200,125,207); }
H1.HeaderClassName
{
color: #C87DCF;
}
.AnyTagClassName
{
color: #C87DCF;
}
</style>
background-color css
<style>
a { background-color: #C87DCF; }
a { background-color: rgb(200,125,207); }
div.DivClassName
{
background-color: #C87DCF;
}
.BgClassName
{
background-color: #C87DCF;
}
</style>
border-color css
<style>
span { border-color: #C87DCF; }
span { border-color: rgb(200,125,207); }
td.TdClassName
{
border-color: #C87DCF;
}
.TagClassName
{
border-color: #C87DCF;
}
</style>