Shades of Orchid #C882D6
Tints of Orchid #C882D6
RGB
CMYK
RGB Variations
Color information
#C882D6 (or 0xC882D6) is known color: Orchid. HEX triplet: C8, 82 and D6. RGB value is (200,130,214). Sum of RGB (Red+Green+Blue) = 200+130+214=544 (72% of max value = 765). Red value is 200 (78.52% from 255 or 36.76% from 544); Green value is 130 (51.17% from 255 or 23.90% from 544); Blue value is 214 (83.98% from 255 or 39.34% from 544); Max value from RGB is 214 - color contains mainly: blue. Hex color #C882D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #C882D6 is #377D29. Grayscale: #A0A0A0. Windows color (decimal): -3636522 or 14058184. OLE color: 14058184.
HSL color Cylindrical-coordinate representation of color #C882D6: hue angle of 290º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C882D6 is Cyan = 0.07, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 200 | 130 | 214 | - |
| CMYK | 0.07 | 0.39 | 0 | 0.16 |
| HSL | 290º | 0.51% | 0.67% | - |
| HSV(B) | 290º | 0.39% | 0.84% | - |
| XYZ | 43.94 | 33.1 | 67.69 | - |
| YUV | 160.51 | 158.19 | 156.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 130 | 214 | 0.07 | 0.39 | 0 | 0.16 | 290 | 0.51 | 0.67 |
| Hex | C8 | 82 | D6 | 7 | 27 | 0 | 10 | 122 | 33 | 43 |
| Octal | 310 | 202 | 326 | 7 | 47 | 0 | 20 | 442 | 63 | 103 |
| Binary | 11001000 | 10000010 | 11010110 | 111 | 100111 | 0 | 10000 | 100100010 | 110011 | 1000011 |
Color Harmonies of #C882D6
Complementary color
Monochromatic Colors of #C882D6
Black with #C882D6
Text Example
Text Example
White with #C882D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C882D6; }
p { color: rgb(200,130,214); }
H1.HeaderClassName
{
color: #C882D6;
}
.AnyTagClassName
{
color: #C882D6;
}
</style>
background-color css
<style>
a { background-color: #C882D6; }
a { background-color: rgb(200,130,214); }
div.DivClassName
{
background-color: #C882D6;
}
.BgClassName
{
background-color: #C882D6;
}
</style>
border-color css
<style>
span { border-color: #C882D6; }
span { border-color: rgb(200,130,214); }
td.TdClassName
{
border-color: #C882D6;
}
.TagClassName
{
border-color: #C882D6;
}
</style>