Shades of Orchid #C878CE
Tints of Orchid #C878CE
RGB
CMYK
RGB Variations
Color information
#C878CE (or 0xC878CE) is known color: Orchid. HEX triplet: C8, 78 and CE. RGB value is (200,120,206). Sum of RGB (Red+Green+Blue) = 200+120+206=526 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.02% from 526); Green value is 120 (47.27% from 255 or 22.81% from 526); Blue value is 206 (80.86% from 255 or 39.16% from 526); Max value from RGB is 206 - color contains mainly: blue. Hex color #C878CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C878CE is #378731. Grayscale: #999999. Windows color (decimal): -3639090 or 13531336. OLE color: 13531336.
HSL color Cylindrical-coordinate representation of color #C878CE: hue angle of 295.81º degrees, saturation: 0.47, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C878CE is Cyan = 0.03, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 200 | 120 | 206 | - |
| CMYK | 0.03 | 0.42 | 0 | 0.19 |
| HSL | 295.81º | 0.47% | 0.64% | - |
| HSV(B) | 295.81º | 0.42% | 0.81% | - |
| XYZ | 41.68 | 30.17 | 62.02 | - |
| YUV | 153.72 | 157.5 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 206 | 0.03 | 0.42 | 0 | 0.19 | 295.81 | 0.47 | 0.64 |
| Hex | C8 | 78 | CE | 3 | 2A | 0 | 13 | 128 | 2F | 40 |
| Octal | 310 | 170 | 316 | 3 | 52 | 0 | 23 | 450 | 57 | 100 |
| Binary | 11001000 | 1111000 | 11001110 | 11 | 101010 | 0 | 10011 | 100101000 | 101111 | 1000000 |
Color Harmonies of #C878CE
Complementary color
Monochromatic Colors of #C878CE
Black with #C878CE
Text Example
Text Example
White with #C878CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C878CE; }
p { color: rgb(200,120,206); }
H1.HeaderClassName
{
color: #C878CE;
}
.AnyTagClassName
{
color: #C878CE;
}
</style>
background-color css
<style>
a { background-color: #C878CE; }
a { background-color: rgb(200,120,206); }
div.DivClassName
{
background-color: #C878CE;
}
.BgClassName
{
background-color: #C878CE;
}
</style>
border-color css
<style>
span { border-color: #C878CE; }
span { border-color: rgb(200,120,206); }
td.TdClassName
{
border-color: #C878CE;
}
.TagClassName
{
border-color: #C878CE;
}
</style>