Shades of Orchid #C87CCF
Tints of Orchid #C87CCF
RGB
CMYK
RGB Variations
Color information
#C87CCF (or 0xC87CCF) is known color: Orchid. HEX triplet: C8, 7C and CF. RGB value is (200,124,207). Sum of RGB (Red+Green+Blue) = 200+124+207=531 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.66% from 531); Green value is 124 (48.83% from 255 or 23.35% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 207 - color contains mainly: blue. Hex color #C87CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CCF is #378330. Grayscale: #9B9B9B. Windows color (decimal): -3638065 or 13597896. OLE color: 13597896.
HSL color Cylindrical-coordinate representation of color #C87CCF: hue angle of 294.94º 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 #C87CCF is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 124 | 207 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.19 |
| HSL | 294.94º | 0.46% | 0.65% | - |
| HSV(B) | 294.94º | 0.4% | 0.81% | - |
| XYZ | 42.29 | 31.2 | 62.82 | - |
| YUV | 156.19 | 156.68 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 207 | 0.03 | 0.40 | 0 | 0.19 | 294.94 | 0.46 | 0.65 |
| Hex | C8 | 7C | CF | 3 | 28 | 0 | 13 | 127 | 2E | 41 |
| Octal | 310 | 174 | 317 | 3 | 50 | 0 | 23 | 447 | 56 | 101 |
| Binary | 11001000 | 1111100 | 11001111 | 11 | 101000 | 0 | 10011 | 100100111 | 101110 | 1000001 |
Color Harmonies of #C87CCF
Complementary color
Monochromatic Colors of #C87CCF
Black with #C87CCF
Text Example
Text Example
White with #C87CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CCF; }
p { color: rgb(200,124,207); }
H1.HeaderClassName
{
color: #C87CCF;
}
.AnyTagClassName
{
color: #C87CCF;
}
</style>
background-color css
<style>
a { background-color: #C87CCF; }
a { background-color: rgb(200,124,207); }
div.DivClassName
{
background-color: #C87CCF;
}
.BgClassName
{
background-color: #C87CCF;
}
</style>
border-color css
<style>
span { border-color: #C87CCF; }
span { border-color: rgb(200,124,207); }
td.TdClassName
{
border-color: #C87CCF;
}
.TagClassName
{
border-color: #C87CCF;
}
</style>