Shades of Orchid #C870D2
Tints of Orchid #C870D2
RGB
CMYK
RGB Variations
Color information
#C870D2 (or 0xC870D2) is known color: Orchid. HEX triplet: C8, 70 and D2. RGB value is (200,112,210). Sum of RGB (Red+Green+Blue) = 200+112+210=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 112 (44.14% from 255 or 21.46% from 522); Blue value is 210 (82.42% from 255 or 40.23% from 522); Max value from RGB is 210 - color contains mainly: blue. Hex color #C870D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870D2 is #378F2D. Grayscale: #959595. Windows color (decimal): -3641134 or 13791432. OLE color: 13791432.
HSL color Cylindrical-coordinate representation of color #C870D2: hue angle of 293.88º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C870D2 is Cyan = 0.05, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 200 | 112 | 210 | - |
| CMYK | 0.05 | 0.47 | 0 | 0.18 |
| HSL | 293.88º | 0.52% | 0.63% | - |
| HSV(B) | 293.88º | 0.47% | 0.82% | - |
| XYZ | 41.25 | 28.52 | 64.3 | - |
| YUV | 149.48 | 162.15 | 164.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 210 | 0.05 | 0.47 | 0 | 0.18 | 293.88 | 0.52 | 0.63 |
| Hex | C8 | 70 | D2 | 5 | 2F | 0 | 12 | 126 | 34 | 3F |
| Octal | 310 | 160 | 322 | 5 | 57 | 0 | 22 | 446 | 64 | 77 |
| Binary | 11001000 | 1110000 | 11010010 | 101 | 101111 | 0 | 10010 | 100100110 | 110100 | 111111 |
Color Harmonies of #C870D2
Complementary color
Monochromatic Colors of #C870D2
Black with #C870D2
Text Example
Text Example
White with #C870D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870D2; }
p { color: rgb(200,112,210); }
H1.HeaderClassName
{
color: #C870D2;
}
.AnyTagClassName
{
color: #C870D2;
}
</style>
background-color css
<style>
a { background-color: #C870D2; }
a { background-color: rgb(200,112,210); }
div.DivClassName
{
background-color: #C870D2;
}
.BgClassName
{
background-color: #C870D2;
}
</style>
border-color css
<style>
span { border-color: #C870D2; }
span { border-color: rgb(200,112,210); }
td.TdClassName
{
border-color: #C870D2;
}
.TagClassName
{
border-color: #C870D2;
}
</style>