Shades of Orchid #C882C7
Tints of Orchid #C882C7
RGB
CMYK
RGB Variations
Color information
#C882C7 (or 0xC882C7) is known color: Orchid. HEX triplet: C8, 82 and C7. RGB value is (200,130,199). Sum of RGB (Red+Green+Blue) = 200+130+199=529 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.81% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 199 (78.12% from 255 or 37.62% from 529); Max value from RGB is 200 - color contains mainly: red. Hex color #C882C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882C7 is #377D38. Grayscale: #9E9E9E. Windows color (decimal): -3636537 or 13075144. OLE color: 13075144.
HSL color Cylindrical-coordinate representation of color #C882C7: hue angle of 300.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 #C882C7 is Cyan = 0, Magento = 0.35, Yellow = 0.00 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 130 | 199 | - |
| CMYK | 0 | 0.35 | 0.00 | 0.22 |
| HSL | 300.86º | 0.39% | 0.65% | - |
| HSV(B) | 300.86º | 0.35% | 0.78% | - |
| XYZ | 42.11 | 32.37 | 58.06 | - |
| YUV | 158.8 | 150.69 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 199 | 0 | 0.35 | 0.00 | 0.22 | 300.86 | 0.39 | 0.65 |
| Hex | C8 | 82 | C7 | 0 | 23 | 0 | 16 | 12D | 27 | 41 |
| Octal | 310 | 202 | 307 | 0 | 43 | 0 | 26 | 455 | 47 | 101 |
| Binary | 11001000 | 10000010 | 11000111 | 0 | 100011 | 0 | 10110 | 100101101 | 100111 | 1000001 |
Color Harmonies of #C882C7
Complementary color
Monochromatic Colors of #C882C7
Black with #C882C7
Text Example
Text Example
White with #C882C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882C7; }
p { color: rgb(200,130,199); }
H1.HeaderClassName
{
color: #C882C7;
}
.AnyTagClassName
{
color: #C882C7;
}
</style>
background-color css
<style>
a { background-color: #C882C7; }
a { background-color: rgb(200,130,199); }
div.DivClassName
{
background-color: #C882C7;
}
.BgClassName
{
background-color: #C882C7;
}
</style>
border-color css
<style>
span { border-color: #C882C7; }
span { border-color: rgb(200,130,199); }
td.TdClassName
{
border-color: #C882C7;
}
.TagClassName
{
border-color: #C882C7;
}
</style>