Shades of Orchid #C87CCA
Tints of Orchid #C87CCA
RGB
CMYK
RGB Variations
Color information
#C87CCA (or 0xC87CCA) is known color: Orchid. HEX triplet: C8, 7C and CA. RGB value is (200,124,202). Sum of RGB (Red+Green+Blue) = 200+124+202=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 124 (48.83% from 255 or 23.57% from 526); Blue value is 202 (79.30% from 255 or 38.40% from 526); Max value from RGB is 202 - color contains mainly: blue. Hex color #C87CCA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C87CCA is #378335. Grayscale: #9B9B9B. Windows color (decimal): -3638070 or 13270216. OLE color: 13270216.
HSL color Cylindrical-coordinate representation of color #C87CCA: hue angle of 298.46º degrees, saturation: 0.42, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C87CCA is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 200 | 124 | 202 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.21 |
| HSL | 298.46º | 0.42% | 0.64% | - |
| HSV(B) | 298.46º | 0.39% | 0.79% | - |
| XYZ | 41.69 | 30.96 | 59.66 | - |
| YUV | 155.62 | 154.18 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 124 | 202 | 0.01 | 0.39 | 0 | 0.21 | 298.46 | 0.42 | 0.64 |
| Hex | C8 | 7C | CA | 1 | 27 | 0 | 15 | 12A | 2A | 40 |
| Octal | 310 | 174 | 312 | 1 | 47 | 0 | 25 | 452 | 52 | 100 |
| Binary | 11001000 | 1111100 | 11001010 | 1 | 100111 | 0 | 10101 | 100101010 | 101010 | 1000000 |
Color Harmonies of #C87CCA
Complementary color
Monochromatic Colors of #C87CCA
Black with #C87CCA
Text Example
Text Example
White with #C87CCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87CCA; }
p { color: rgb(200,124,202); }
H1.HeaderClassName
{
color: #C87CCA;
}
.AnyTagClassName
{
color: #C87CCA;
}
</style>
background-color css
<style>
a { background-color: #C87CCA; }
a { background-color: rgb(200,124,202); }
div.DivClassName
{
background-color: #C87CCA;
}
.BgClassName
{
background-color: #C87CCA;
}
</style>
border-color css
<style>
span { border-color: #C87CCA; }
span { border-color: rgb(200,124,202); }
td.TdClassName
{
border-color: #C87CCA;
}
.TagClassName
{
border-color: #C87CCA;
}
</style>