Shades of Orchid #C882CC
Tints of Orchid #C882CC
RGB
CMYK
RGB Variations
Color information
#C882CC (or 0xC882CC) is known color: Orchid. HEX triplet: C8, 82 and CC. RGB value is (200,130,204). Sum of RGB (Red+Green+Blue) = 200+130+204=534 (70% of max value = 765). Red value is 200 (78.52% from 255 or 37.45% from 534); Green value is 130 (51.17% from 255 or 24.34% from 534); Blue value is 204 (80.08% from 255 or 38.20% from 534); Max value from RGB is 204 - color contains mainly: blue. Hex color #C882CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882CC is #377D33. Grayscale: #9F9F9F. Windows color (decimal): -3636532 or 13402824. OLE color: 13402824.
HSL color Cylindrical-coordinate representation of color #C882CC: hue angle of 296.76º degrees, saturation: 0.42, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #C882CC is Cyan = 0.02, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 200 | 130 | 204 | - |
| CMYK | 0.02 | 0.36 | 0 | 0.2 |
| HSL | 296.76º | 0.42% | 0.65% | - |
| HSV(B) | 296.76º | 0.36% | 0.8% | - |
| XYZ | 42.7 | 32.6 | 61.17 | - |
| YUV | 159.37 | 153.19 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 204 | 0.02 | 0.36 | 0 | 0.2 | 296.76 | 0.42 | 0.65 |
| Hex | C8 | 82 | CC | 2 | 24 | 0 | 14 | 129 | 2A | 41 |
| Octal | 310 | 202 | 314 | 2 | 44 | 0 | 24 | 451 | 52 | 101 |
| Binary | 11001000 | 10000010 | 11001100 | 10 | 100100 | 0 | 10100 | 100101001 | 101010 | 1000001 |
Color Harmonies of #C882CC
Complementary color
Monochromatic Colors of #C882CC
Black with #C882CC
Text Example
Text Example
White with #C882CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882CC; }
p { color: rgb(200,130,204); }
H1.HeaderClassName
{
color: #C882CC;
}
.AnyTagClassName
{
color: #C882CC;
}
</style>
background-color css
<style>
a { background-color: #C882CC; }
a { background-color: rgb(200,130,204); }
div.DivClassName
{
background-color: #C882CC;
}
.BgClassName
{
background-color: #C882CC;
}
</style>
border-color css
<style>
span { border-color: #C882CC; }
span { border-color: rgb(200,130,204); }
td.TdClassName
{
border-color: #C882CC;
}
.TagClassName
{
border-color: #C882CC;
}
</style>