Shades of Orchid #C882C0
Tints of Orchid #C882C0
RGB
CMYK
RGB Variations
Color information
#C882C0 (or 0xC882C0) is known color: Orchid. HEX triplet: C8, 82 and C0. RGB value is (200,130,192). Sum of RGB (Red+Green+Blue) = 200+130+192=522 (69% of max value = 765). Red value is 200 (78.52% from 255 or 38.31% from 522); Green value is 130 (51.17% from 255 or 24.90% from 522); Blue value is 192 (75.39% from 255 or 36.78% from 522); Max value from RGB is 200 - color contains mainly: red. Hex color #C882C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882C0 is #377D3F. Grayscale: #9D9D9D. Windows color (decimal): -3636544 or 12616392. OLE color: 12616392.
HSL color Cylindrical-coordinate representation of color #C882C0: hue angle of 306.86º degrees, saturation: 0.39, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C882C0 is Cyan = 0, Magento = 0.35, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 192 | - |
| CMYK | 0 | 0.35 | 0.04 | 0.22 |
| HSL | 306.86º | 0.39% | 0.65% | - |
| HSV(B) | 306.86º | 0.35% | 0.78% | - |
| XYZ | 41.32 | 32.05 | 53.88 | - |
| YUV | 158 | 147.19 | 157.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 192 | 0 | 0.35 | 0.04 | 0.22 | 306.86 | 0.39 | 0.65 |
| Hex | C8 | 82 | C0 | 0 | 23 | 4 | 16 | 133 | 27 | 41 |
| Octal | 310 | 202 | 300 | 0 | 43 | 4 | 26 | 463 | 47 | 101 |
| Binary | 11001000 | 10000010 | 11000000 | 0 | 100011 | 100 | 10110 | 100110011 | 100111 | 1000001 |
Color Harmonies of #C882C0
Complementary color
Monochromatic Colors of #C882C0
Black with #C882C0
Text Example
Text Example
White with #C882C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882C0; }
p { color: rgb(200,130,192); }
H1.HeaderClassName
{
color: #C882C0;
}
.AnyTagClassName
{
color: #C882C0;
}
</style>
background-color css
<style>
a { background-color: #C882C0; }
a { background-color: rgb(200,130,192); }
div.DivClassName
{
background-color: #C882C0;
}
.BgClassName
{
background-color: #C882C0;
}
</style>
border-color css
<style>
span { border-color: #C882C0; }
span { border-color: rgb(200,130,192); }
td.TdClassName
{
border-color: #C882C0;
}
.TagClassName
{
border-color: #C882C0;
}
</style>