Shades of Orchid #C870C6
Tints of Orchid #C870C6
RGB
CMYK
RGB Variations
Color information
#C870C6 (or 0xC870C6) is known color: Orchid. HEX triplet: C8, 70 and C6. RGB value is (200,112,198). Sum of RGB (Red+Green+Blue) = 200+112+198=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 112 (44.14% from 255 or 21.96% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C870C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870C6 is #378F39. Grayscale: #939393. Windows color (decimal): -3641146 or 13005000. OLE color: 13005000.
HSL color Cylindrical-coordinate representation of color #C870C6: hue angle of 301.36º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C870C6 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 198 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.22 |
| HSL | 301.36º | 0.44% | 0.61% | - |
| HSV(B) | 301.36º | 0.44% | 0.78% | - |
| XYZ | 39.81 | 27.94 | 56.72 | - |
| YUV | 148.12 | 156.15 | 165.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 198 | 0 | 0.44 | 0.01 | 0.22 | 301.36 | 0.44 | 0.61 |
| Hex | C8 | 70 | C6 | 0 | 2C | 1 | 16 | 12D | 2C | 3D |
| Octal | 310 | 160 | 306 | 0 | 54 | 1 | 26 | 455 | 54 | 75 |
| Binary | 11001000 | 1110000 | 11000110 | 0 | 101100 | 1 | 10110 | 100101101 | 101100 | 111101 |
Color Harmonies of #C870C6
Complementary color
Monochromatic Colors of #C870C6
Black with #C870C6
Text Example
Text Example
White with #C870C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870C6; }
p { color: rgb(200,112,198); }
H1.HeaderClassName
{
color: #C870C6;
}
.AnyTagClassName
{
color: #C870C6;
}
</style>
background-color css
<style>
a { background-color: #C870C6; }
a { background-color: rgb(200,112,198); }
div.DivClassName
{
background-color: #C870C6;
}
.BgClassName
{
background-color: #C870C6;
}
</style>
border-color css
<style>
span { border-color: #C870C6; }
span { border-color: rgb(200,112,198); }
td.TdClassName
{
border-color: #C870C6;
}
.TagClassName
{
border-color: #C870C6;
}
</style>