Shades of Orchid #C878D4
Tints of Orchid #C878D4
RGB
CMYK
RGB Variations
Color information
#C878D4 (or 0xC878D4) is known color: Orchid. HEX triplet: C8, 78 and D4. RGB value is (200,120,212). Sum of RGB (Red+Green+Blue) = 200+120+212=532 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.59% from 532); Green value is 120 (47.27% from 255 or 22.56% from 532); Blue value is 212 (83.20% from 255 or 39.85% from 532); Max value from RGB is 212 - color contains mainly: blue. Hex color #C878D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878D4 is #37872B. Grayscale: #9A9A9A. Windows color (decimal): -3639084 or 13924552. OLE color: 13924552.
HSL color Cylindrical-coordinate representation of color #C878D4: hue angle of 292.17º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C878D4 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 200 | 120 | 212 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.17 |
| HSL | 292.17º | 0.52% | 0.65% | - |
| HSV(B) | 292.17º | 0.43% | 0.83% | - |
| XYZ | 42.42 | 30.47 | 65.93 | - |
| YUV | 154.41 | 160.5 | 160.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 212 | 0.06 | 0.43 | 0 | 0.17 | 292.17 | 0.52 | 0.65 |
| Hex | C8 | 78 | D4 | 6 | 2B | 0 | 11 | 124 | 34 | 41 |
| Octal | 310 | 170 | 324 | 6 | 53 | 0 | 21 | 444 | 64 | 101 |
| Binary | 11001000 | 1111000 | 11010100 | 110 | 101011 | 0 | 10001 | 100100100 | 110100 | 1000001 |
Color Harmonies of #C878D4
Complementary color
Monochromatic Colors of #C878D4
Black with #C878D4
Text Example
Text Example
White with #C878D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878D4; }
p { color: rgb(200,120,212); }
H1.HeaderClassName
{
color: #C878D4;
}
.AnyTagClassName
{
color: #C878D4;
}
</style>
background-color css
<style>
a { background-color: #C878D4; }
a { background-color: rgb(200,120,212); }
div.DivClassName
{
background-color: #C878D4;
}
.BgClassName
{
background-color: #C878D4;
}
</style>
border-color css
<style>
span { border-color: #C878D4; }
span { border-color: rgb(200,120,212); }
td.TdClassName
{
border-color: #C878D4;
}
.TagClassName
{
border-color: #C878D4;
}
</style>