Shades of Orchid #C872C1
Tints of Orchid #C872C1
RGB
CMYK
RGB Variations
Color information
#C872C1 (or 0xC872C1) is known color: Orchid. HEX triplet: C8, 72 and C1. RGB value is (200,114,193). Sum of RGB (Red+Green+Blue) = 200+114+193=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 114 (44.92% from 255 or 22.49% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C872C1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872C1 is #378D3E. Grayscale: #949494. Windows color (decimal): -3640639 or 12677832. OLE color: 12677832.
HSL color Cylindrical-coordinate representation of color #C872C1: hue angle of 304.88º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #C872C1 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 193 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.22 |
| HSL | 304.88º | 0.44% | 0.62% | - |
| HSV(B) | 304.88º | 0.43% | 0.78% | - |
| XYZ | 39.46 | 28.16 | 53.81 | - |
| YUV | 148.72 | 152.99 | 164.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 193 | 0 | 0.43 | 0.04 | 0.22 | 304.88 | 0.44 | 0.62 |
| Hex | C8 | 72 | C1 | 0 | 2B | 4 | 16 | 131 | 2C | 3E |
| Octal | 310 | 162 | 301 | 0 | 53 | 4 | 26 | 461 | 54 | 76 |
| Binary | 11001000 | 1110010 | 11000001 | 0 | 101011 | 100 | 10110 | 100110001 | 101100 | 111110 |
Color Harmonies of #C872C1
Complementary color
Monochromatic Colors of #C872C1
Black with #C872C1
Text Example
Text Example
White with #C872C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872C1; }
p { color: rgb(200,114,193); }
H1.HeaderClassName
{
color: #C872C1;
}
.AnyTagClassName
{
color: #C872C1;
}
</style>
background-color css
<style>
a { background-color: #C872C1; }
a { background-color: rgb(200,114,193); }
div.DivClassName
{
background-color: #C872C1;
}
.BgClassName
{
background-color: #C872C1;
}
</style>
border-color css
<style>
span { border-color: #C872C1; }
span { border-color: rgb(200,114,193); }
td.TdClassName
{
border-color: #C872C1;
}
.TagClassName
{
border-color: #C872C1;
}
</style>