Shades of Orchid #C878DF
Tints of Orchid #C878DF
RGB
CMYK
RGB Variations
Color information
#C878DF (or 0xC878DF) is known color: Orchid. HEX triplet: C8, 78 and DF. RGB value is (200,120,223). Sum of RGB (Red+Green+Blue) = 200+120+223=543 (71% of max value = 765). Red value is 200 (78.52% from 255 or 36.83% from 543); Green value is 120 (47.27% from 255 or 22.10% from 543); Blue value is 223 (87.5% from 255 or 41.07% from 543); Max value from RGB is 223 - color contains mainly: blue. Hex color #C878DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878DF is #378720. Grayscale: #9B9B9B. Windows color (decimal): -3639073 or 14645448. OLE color: 14645448.
HSL color Cylindrical-coordinate representation of color #C878DF: hue angle of 286.6º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C878DF is Cyan = 0.10, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 200 | 120 | 223 | - |
| CMYK | 0.10 | 0.46 | 0 | 0.13 |
| HSL | 286.6º | 0.62% | 0.67% | - |
| HSV(B) | 286.6º | 0.46% | 0.87% | - |
| XYZ | 43.86 | 31.04 | 73.49 | - |
| YUV | 155.66 | 166 | 159.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 223 | 0.10 | 0.46 | 0 | 0.13 | 286.6 | 0.62 | 0.67 |
| Hex | C8 | 78 | DF | A | 2E | 0 | D | 11F | 3E | 43 |
| Octal | 310 | 170 | 337 | 12 | 56 | 0 | 15 | 437 | 76 | 103 |
| Binary | 11001000 | 1111000 | 11011111 | 1010 | 101110 | 0 | 1101 | 100011111 | 111110 | 1000011 |
Color Harmonies of #C878DF
Complementary color
Monochromatic Colors of #C878DF
Black with #C878DF
Text Example
Text Example
White with #C878DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878DF; }
p { color: rgb(200,120,223); }
H1.HeaderClassName
{
color: #C878DF;
}
.AnyTagClassName
{
color: #C878DF;
}
</style>
background-color css
<style>
a { background-color: #C878DF; }
a { background-color: rgb(200,120,223); }
div.DivClassName
{
background-color: #C878DF;
}
.BgClassName
{
background-color: #C878DF;
}
</style>
border-color css
<style>
span { border-color: #C878DF; }
span { border-color: rgb(200,120,223); }
td.TdClassName
{
border-color: #C878DF;
}
.TagClassName
{
border-color: #C878DF;
}
</style>