Shades of Orchid #C878CC
Tints of Orchid #C878CC
RGB
CMYK
RGB Variations
Color information
#C878CC (or 0xC878CC) is known color: Orchid. HEX triplet: C8, 78 and CC. RGB value is (200,120,204). Sum of RGB (Red+Green+Blue) = 200+120+204=524 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.17% from 524); Green value is 120 (47.27% from 255 or 22.90% from 524); Blue value is 204 (80.08% from 255 or 38.93% from 524); Max value from RGB is 204 - color contains mainly: blue. Hex color #C878CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878CC is #378733. Grayscale: #999999. Windows color (decimal): -3639092 or 13400264. OLE color: 13400264.
HSL color Cylindrical-coordinate representation of color #C878CC: hue angle of 297.14º degrees, saturation: 0.45, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C878CC is Cyan = 0.02, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 120 | 204 | - |
| CMYK | 0.02 | 0.41 | 0 | 0.2 |
| HSL | 297.14º | 0.45% | 0.64% | - |
| HSV(B) | 297.14º | 0.41% | 0.8% | - |
| XYZ | 41.43 | 30.07 | 60.75 | - |
| YUV | 153.5 | 156.5 | 161.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 204 | 0.02 | 0.41 | 0 | 0.2 | 297.14 | 0.45 | 0.64 |
| Hex | C8 | 78 | CC | 2 | 29 | 0 | 14 | 129 | 2D | 40 |
| Octal | 310 | 170 | 314 | 2 | 51 | 0 | 24 | 451 | 55 | 100 |
| Binary | 11001000 | 1111000 | 11001100 | 10 | 101001 | 0 | 10100 | 100101001 | 101101 | 1000000 |
Color Harmonies of #C878CC
Complementary color
Monochromatic Colors of #C878CC
Black with #C878CC
Text Example
Text Example
White with #C878CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878CC; }
p { color: rgb(200,120,204); }
H1.HeaderClassName
{
color: #C878CC;
}
.AnyTagClassName
{
color: #C878CC;
}
</style>
background-color css
<style>
a { background-color: #C878CC; }
a { background-color: rgb(200,120,204); }
div.DivClassName
{
background-color: #C878CC;
}
.BgClassName
{
background-color: #C878CC;
}
</style>
border-color css
<style>
span { border-color: #C878CC; }
span { border-color: rgb(200,120,204); }
td.TdClassName
{
border-color: #C878CC;
}
.TagClassName
{
border-color: #C878CC;
}
</style>