Shades of Orchid #C870C7
Tints of Orchid #C870C7
RGB
CMYK
RGB Variations
Color information
#C870C7 (or 0xC870C7) is known color: Orchid. HEX triplet: C8, 70 and C7. RGB value is (200,112,199). Sum of RGB (Red+Green+Blue) = 200+112+199=511 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.14% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 199 (78.12% from 255 or 38.94% from 511); Max value from RGB is 200 - color contains mainly: red. Hex color #C870C7 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870C7 is #378F38. Grayscale: #939393. Windows color (decimal): -3641145 or 13070536. OLE color: 13070536.
HSL color Cylindrical-coordinate representation of color #C870C7: hue angle of 300.68º 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 #C870C7 is Cyan = 0, Magento = 0.44, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 199 | - |
| CMYK | 0 | 0.44 | 0.00 | 0.22 |
| HSL | 300.68º | 0.44% | 0.61% | - |
| HSV(B) | 300.68º | 0.44% | 0.78% | - |
| XYZ | 39.92 | 27.99 | 57.33 | - |
| YUV | 148.23 | 156.65 | 164.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 199 | 0 | 0.44 | 0.00 | 0.22 | 300.68 | 0.44 | 0.61 |
| Hex | C8 | 70 | C7 | 0 | 2C | 0 | 16 | 12D | 2C | 3D |
| Octal | 310 | 160 | 307 | 0 | 54 | 0 | 26 | 455 | 54 | 75 |
| Binary | 11001000 | 1110000 | 11000111 | 0 | 101100 | 0 | 10110 | 100101101 | 101100 | 111101 |
Color Harmonies of #C870C7
Complementary color
Monochromatic Colors of #C870C7
Black with #C870C7
Text Example
Text Example
White with #C870C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870C7; }
p { color: rgb(200,112,199); }
H1.HeaderClassName
{
color: #C870C7;
}
.AnyTagClassName
{
color: #C870C7;
}
</style>
background-color css
<style>
a { background-color: #C870C7; }
a { background-color: rgb(200,112,199); }
div.DivClassName
{
background-color: #C870C7;
}
.BgClassName
{
background-color: #C870C7;
}
</style>
border-color css
<style>
span { border-color: #C870C7; }
span { border-color: rgb(200,112,199); }
td.TdClassName
{
border-color: #C870C7;
}
.TagClassName
{
border-color: #C870C7;
}
</style>