Shades of Orchid #C870C4
Tints of Orchid #C870C4
RGB
CMYK
RGB Variations
Color information
#C870C4 (or 0xC870C4) is known color: Orchid. HEX triplet: C8, 70 and C4. RGB value is (200,112,196). Sum of RGB (Red+Green+Blue) = 200+112+196=508 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.37% from 508); Green value is 112 (44.14% from 255 or 22.05% from 508); Blue value is 196 (76.95% from 255 or 38.58% from 508); Max value from RGB is 200 - color contains mainly: red. Hex color #C870C4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C870C4 is #378F3B. Grayscale: #939393. Windows color (decimal): -3641148 or 12873928. OLE color: 12873928.
HSL color Cylindrical-coordinate representation of color #C870C4: hue angle of 302.73º 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 #C870C4 is Cyan = 0, Magento = 0.44, Yellow = 0.02 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 112 | 196 | - |
| CMYK | 0 | 0.44 | 0.02 | 0.22 |
| HSL | 302.73º | 0.44% | 0.61% | - |
| HSV(B) | 302.73º | 0.44% | 0.78% | - |
| XYZ | 39.58 | 27.85 | 55.51 | - |
| YUV | 147.89 | 155.15 | 165.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 112 | 196 | 0 | 0.44 | 0.02 | 0.22 | 302.73 | 0.44 | 0.61 |
| Hex | C8 | 70 | C4 | 0 | 2C | 2 | 16 | 12F | 2C | 3D |
| Octal | 310 | 160 | 304 | 0 | 54 | 2 | 26 | 457 | 54 | 75 |
| Binary | 11001000 | 1110000 | 11000100 | 0 | 101100 | 10 | 10110 | 100101111 | 101100 | 111101 |
Color Harmonies of #C870C4
Complementary color
Monochromatic Colors of #C870C4
Black with #C870C4
Text Example
Text Example
White with #C870C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C870C4; }
p { color: rgb(200,112,196); }
H1.HeaderClassName
{
color: #C870C4;
}
.AnyTagClassName
{
color: #C870C4;
}
</style>
background-color css
<style>
a { background-color: #C870C4; }
a { background-color: rgb(200,112,196); }
div.DivClassName
{
background-color: #C870C4;
}
.BgClassName
{
background-color: #C870C4;
}
</style>
border-color css
<style>
span { border-color: #C870C4; }
span { border-color: rgb(200,112,196); }
td.TdClassName
{
border-color: #C870C4;
}
.TagClassName
{
border-color: #C870C4;
}
</style>