Shades of Orchid #C879BC
Tints of Orchid #C879BC
RGB
CMYK
RGB Variations
Color information
#C879BC (or 0xC879BC) is known color: Orchid. HEX triplet: C8, 79 and BC. RGB value is (200,121,188). Sum of RGB (Red+Green+Blue) = 200+121+188=509 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.29% from 509); Green value is 121 (47.66% from 255 or 23.77% from 509); Blue value is 188 (73.83% from 255 or 36.94% from 509); Max value from RGB is 200 - color contains mainly: red. Hex color #C879BC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879BC is #378643. Grayscale: #989898. Windows color (decimal): -3638852 or 12351944. OLE color: 12351944.
HSL color Cylindrical-coordinate representation of color #C879BC: hue angle of 309.11º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C879BC is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 188 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.22 |
| HSL | 309.11º | 0.42% | 0.63% | - |
| HSV(B) | 309.11º | 0.4% | 0.78% | - |
| XYZ | 39.73 | 29.58 | 51.19 | - |
| YUV | 152.26 | 148.17 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 188 | 0 | 0.39 | 0.06 | 0.22 | 309.11 | 0.42 | 0.63 |
| Hex | C8 | 79 | BC | 0 | 27 | 6 | 16 | 135 | 2A | 3F |
| Octal | 310 | 171 | 274 | 0 | 47 | 6 | 26 | 465 | 52 | 77 |
| Binary | 11001000 | 1111001 | 10111100 | 0 | 100111 | 110 | 10110 | 100110101 | 101010 | 111111 |
Color Harmonies of #C879BC
Complementary color
Monochromatic Colors of #C879BC
Black with #C879BC
Text Example
Text Example
White with #C879BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C879BC; }
p { color: rgb(200,121,188); }
H1.HeaderClassName
{
color: #C879BC;
}
.AnyTagClassName
{
color: #C879BC;
}
</style>
background-color css
<style>
a { background-color: #C879BC; }
a { background-color: rgb(200,121,188); }
div.DivClassName
{
background-color: #C879BC;
}
.BgClassName
{
background-color: #C879BC;
}
</style>
border-color css
<style>
span { border-color: #C879BC; }
span { border-color: rgb(200,121,188); }
td.TdClassName
{
border-color: #C879BC;
}
.TagClassName
{
border-color: #C879BC;
}
</style>