Shades of Orchid #C878C6
Tints of Orchid #C878C6
RGB
CMYK
RGB Variations
Color information
#C878C6 (or 0xC878C6) is known color: Orchid. HEX triplet: C8, 78 and C6. RGB value is (200,120,198). Sum of RGB (Red+Green+Blue) = 200+120+198=518 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.61% from 518); Green value is 120 (47.27% from 255 or 23.17% from 518); Blue value is 198 (77.73% from 255 or 38.22% from 518); Max value from RGB is 200 - color contains mainly: red. Hex color #C878C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878C6 is #378739. Grayscale: #989898. Windows color (decimal): -3639098 or 13007048. OLE color: 13007048.
HSL color Cylindrical-coordinate representation of color #C878C6: hue angle of 301.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 #C878C6 is Cyan = 0, Magento = 0.4, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 198 | - |
| CMYK | 0 | 0.4 | 0.01 | 0.22 |
| HSL | 301.5º | 0.42% | 0.63% | - |
| HSV(B) | 301.5º | 0.4% | 0.78% | - |
| XYZ | 40.73 | 29.79 | 57.03 | - |
| YUV | 152.81 | 153.5 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 198 | 0 | 0.4 | 0.01 | 0.22 | 301.5 | 0.42 | 0.63 |
| Hex | C8 | 78 | C6 | 0 | 28 | 1 | 16 | 12E | 2A | 3F |
| Octal | 310 | 170 | 306 | 0 | 50 | 1 | 26 | 456 | 52 | 77 |
| Binary | 11001000 | 1111000 | 11000110 | 0 | 101000 | 1 | 10110 | 100101110 | 101010 | 111111 |
Color Harmonies of #C878C6
Complementary color
Monochromatic Colors of #C878C6
Black with #C878C6
Text Example
Text Example
White with #C878C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878C6; }
p { color: rgb(200,120,198); }
H1.HeaderClassName
{
color: #C878C6;
}
.AnyTagClassName
{
color: #C878C6;
}
</style>
background-color css
<style>
a { background-color: #C878C6; }
a { background-color: rgb(200,120,198); }
div.DivClassName
{
background-color: #C878C6;
}
.BgClassName
{
background-color: #C878C6;
}
</style>
border-color css
<style>
span { border-color: #C878C6; }
span { border-color: rgb(200,120,198); }
td.TdClassName
{
border-color: #C878C6;
}
.TagClassName
{
border-color: #C878C6;
}
</style>