Shades of Orchid #C872C0
Tints of Orchid #C872C0
RGB
CMYK
RGB Variations
Color information
#C872C0 (or 0xC872C0) is known color: Orchid. HEX triplet: C8, 72 and C0. RGB value is (200,114,192). Sum of RGB (Red+Green+Blue) = 200+114+192=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 114 (44.92% from 255 or 22.53% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C872C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #C872C0 is #378D3F. Grayscale: #949494. Windows color (decimal): -3640640 or 12612296. OLE color: 12612296.
HSL color Cylindrical-coordinate representation of color #C872C0: hue angle of 305.58º 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 #C872C0 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 114 | 192 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.22 |
| HSL | 305.58º | 0.44% | 0.62% | - |
| HSV(B) | 305.58º | 0.43% | 0.78% | - |
| XYZ | 39.35 | 28.12 | 53.22 | - |
| YUV | 148.61 | 152.49 | 164.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 114 | 192 | 0 | 0.43 | 0.04 | 0.22 | 305.58 | 0.44 | 0.62 |
| Hex | C8 | 72 | C0 | 0 | 2B | 4 | 16 | 132 | 2C | 3E |
| Octal | 310 | 162 | 300 | 0 | 53 | 4 | 26 | 462 | 54 | 76 |
| Binary | 11001000 | 1110010 | 11000000 | 0 | 101011 | 100 | 10110 | 100110010 | 101100 | 111110 |
Color Harmonies of #C872C0
Complementary color
Monochromatic Colors of #C872C0
Black with #C872C0
Text Example
Text Example
White with #C872C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C872C0; }
p { color: rgb(200,114,192); }
H1.HeaderClassName
{
color: #C872C0;
}
.AnyTagClassName
{
color: #C872C0;
}
</style>
background-color css
<style>
a { background-color: #C872C0; }
a { background-color: rgb(200,114,192); }
div.DivClassName
{
background-color: #C872C0;
}
.BgClassName
{
background-color: #C872C0;
}
</style>
border-color css
<style>
span { border-color: #C872C0; }
span { border-color: rgb(200,114,192); }
td.TdClassName
{
border-color: #C872C0;
}
.TagClassName
{
border-color: #C872C0;
}
</style>