Shades of Orchid #C870D0
Tints of Orchid #C870D0
RGB
CMYK
RGB Variations
Color information
#C870D0 (or 0xC870D0) is known color: Orchid. HEX triplet: C8, 70 and D0. RGB value is (200,112,208). Sum of RGB (Red+Green+Blue) = 200+112+208=520 (68% of max value = 765). Red value is 200 (78.52% from 255 or 38.46% from 520); Green value is 112 (44.14% from 255 or 21.54% from 520); Blue value is 208 (81.64% from 255 or 40% from 520); Max value from RGB is 208 - color contains mainly: blue. Hex color #C870D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870D0 is #378F2F. Grayscale: #949494. Windows color (decimal): -3641136 or 13660360. OLE color: 13660360.
HSL color Cylindrical-coordinate representation of color #C870D0: hue angle of 295º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C870D0 is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 112 | 208 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.18 |
| HSL | 295º | 0.51% | 0.63% | - |
| HSV(B) | 295º | 0.46% | 0.82% | - |
| XYZ | 41 | 28.42 | 63 | - |
| YUV | 149.26 | 161.15 | 164.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 208 | 0.04 | 0.46 | 0 | 0.18 | 295 | 0.51 | 0.63 |
| Hex | C8 | 70 | D0 | 4 | 2E | 0 | 12 | 127 | 33 | 3F |
| Octal | 310 | 160 | 320 | 4 | 56 | 0 | 22 | 447 | 63 | 77 |
| Binary | 11001000 | 1110000 | 11010000 | 100 | 101110 | 0 | 10010 | 100100111 | 110011 | 111111 |
Color Harmonies of #C870D0
Complementary color
Monochromatic Colors of #C870D0
Black with #C870D0
Text Example
Text Example
White with #C870D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870D0; }
p { color: rgb(200,112,208); }
H1.HeaderClassName
{
color: #C870D0;
}
.AnyTagClassName
{
color: #C870D0;
}
</style>
background-color css
<style>
a { background-color: #C870D0; }
a { background-color: rgb(200,112,208); }
div.DivClassName
{
background-color: #C870D0;
}
.BgClassName
{
background-color: #C870D0;
}
</style>
border-color css
<style>
span { border-color: #C870D0; }
span { border-color: rgb(200,112,208); }
td.TdClassName
{
border-color: #C870D0;
}
.TagClassName
{
border-color: #C870D0;
}
</style>