Shades of Orchid #C878B6
Tints of Orchid #C878B6
RGB
CMYK
RGB Variations
Color information
#C878B6 (or 0xC878B6) is known color: Orchid. HEX triplet: C8, 78 and B6. RGB value is (200,120,182). Sum of RGB (Red+Green+Blue) = 200+120+182=502 (66% of max value = 765). Red value is 200 (78.52% from 255 or 39.84% from 502); Green value is 120 (47.27% from 255 or 23.90% from 502); Blue value is 182 (71.48% from 255 or 36.25% from 502); Max value from RGB is 200 - color contains mainly: red. Hex color #C878B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878B6 is #378749. Grayscale: #969696. Windows color (decimal): -3639114 or 11958472. OLE color: 11958472.
HSL color Cylindrical-coordinate representation of color #C878B6: hue angle of 313.5º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C878B6 is Cyan = 0, Magento = 0.4, Yellow = 0.09 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 182 | - |
| CMYK | 0 | 0.4 | 0.09 | 0.22 |
| HSL | 313.5º | 0.42% | 0.63% | - |
| HSV(B) | 313.5º | 0.4% | 0.78% | - |
| XYZ | 38.98 | 29.09 | 47.82 | - |
| YUV | 150.99 | 145.5 | 162.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 182 | 0 | 0.4 | 0.09 | 0.22 | 313.5 | 0.42 | 0.63 |
| Hex | C8 | 78 | B6 | 0 | 28 | 9 | 16 | 13A | 2A | 3F |
| Octal | 310 | 170 | 266 | 0 | 50 | 11 | 26 | 472 | 52 | 77 |
| Binary | 11001000 | 1111000 | 10110110 | 0 | 101000 | 1001 | 10110 | 100111010 | 101010 | 111111 |
Color Harmonies of #C878B6
Complementary color
Monochromatic Colors of #C878B6
Black with #C878B6
Text Example
Text Example
White with #C878B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878B6; }
p { color: rgb(200,120,182); }
H1.HeaderClassName
{
color: #C878B6;
}
.AnyTagClassName
{
color: #C878B6;
}
</style>
background-color css
<style>
a { background-color: #C878B6; }
a { background-color: rgb(200,120,182); }
div.DivClassName
{
background-color: #C878B6;
}
.BgClassName
{
background-color: #C878B6;
}
</style>
border-color css
<style>
span { border-color: #C878B6; }
span { border-color: rgb(200,120,182); }
td.TdClassName
{
border-color: #C878B6;
}
.TagClassName
{
border-color: #C878B6;
}
</style>