Shades of Orchid #C879BB
Tints of Orchid #C879BB
RGB
CMYK
RGB Variations
Color information
#C879BB (or 0xC879BB) is known color: Orchid. HEX triplet: C8, 79 and BB. RGB value is (200,121,187). Sum of RGB (Red+Green+Blue) = 200+121+187=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 121 (47.66% from 255 or 23.82% from 508); Blue value is 187 (73.44% from 255 or 36.81% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C879BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C879BB is #378644. Grayscale: #979797. Windows color (decimal): -3638853 or 12286408. OLE color: 12286408.
HSL color Cylindrical-coordinate representation of color #C879BB: hue angle of 309.87º 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 #C879BB is Cyan = 0, Magento = 0.39, Yellow = 0.06 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 187 | - |
| CMYK | 0 | 0.39 | 0.06 | 0.22 |
| HSL | 309.87º | 0.42% | 0.63% | - |
| HSV(B) | 309.87º | 0.4% | 0.78% | - |
| XYZ | 39.63 | 29.54 | 50.63 | - |
| YUV | 152.15 | 147.67 | 162.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 187 | 0 | 0.39 | 0.06 | 0.22 | 309.87 | 0.42 | 0.63 |
| Hex | C8 | 79 | BB | 0 | 27 | 6 | 16 | 136 | 2A | 3F |
| Octal | 310 | 171 | 273 | 0 | 47 | 6 | 26 | 466 | 52 | 77 |
| Binary | 11001000 | 1111001 | 10111011 | 0 | 100111 | 110 | 10110 | 100110110 | 101010 | 111111 |
Color Harmonies of #C879BB
Complementary color
Monochromatic Colors of #C879BB
Black with #C879BB
Text Example
Text Example
White with #C879BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C879BB; }
p { color: rgb(200,121,187); }
H1.HeaderClassName
{
color: #C879BB;
}
.AnyTagClassName
{
color: #C879BB;
}
</style>
background-color css
<style>
a { background-color: #C879BB; }
a { background-color: rgb(200,121,187); }
div.DivClassName
{
background-color: #C879BB;
}
.BgClassName
{
background-color: #C879BB;
}
</style>
border-color css
<style>
span { border-color: #C879BB; }
span { border-color: rgb(200,121,187); }
td.TdClassName
{
border-color: #C879BB;
}
.TagClassName
{
border-color: #C879BB;
}
</style>