Shades of Orchid #D882C3
Tints of Orchid #D882C3
RGB
CMYK
RGB Variations
Color information
#D882C3 (or 0xD882C3) is known color: Orchid. HEX triplet: D8, 82 and C3. RGB value is (216,130,195). Sum of RGB (Red+Green+Blue) = 216+130+195=541 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.93% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 195 (76.56% from 255 or 36.04% from 541); Max value from RGB is 216 - color contains mainly: red. Hex color #D882C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D882C3 is #277D3C. Grayscale: #A2A2A2. Windows color (decimal): -2587965 or 12813016. OLE color: 12813016.
HSL color Cylindrical-coordinate representation of color #D882C3: hue angle of 314.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D882C3 is Cyan = 0, Magento = 0.40, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 130 | 195 | - |
| CMYK | 0 | 0.40 | 0.10 | 0.15 |
| HSL | 314.65º | 0.52% | 0.68% | - |
| HSV(B) | 314.65º | 0.4% | 0.85% | - |
| XYZ | 46.15 | 34.5 | 55.86 | - |
| YUV | 163.12 | 145.99 | 165.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 130 | 195 | 0 | 0.40 | 0.10 | 0.15 | 314.65 | 0.52 | 0.68 |
| Hex | D8 | 82 | C3 | 0 | 28 | A | F | 13B | 34 | 44 |
| Octal | 330 | 202 | 303 | 0 | 50 | 12 | 17 | 473 | 64 | 104 |
| Binary | 11011000 | 10000010 | 11000011 | 0 | 101000 | 1010 | 1111 | 100111011 | 110100 | 1000100 |
Color Harmonies of #D882C3
Complementary color
Monochromatic Colors of #D882C3
Black with #D882C3
Text Example
Text Example
White with #D882C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D882C3; }
p { color: rgb(216,130,195); }
H1.HeaderClassName
{
color: #D882C3;
}
.AnyTagClassName
{
color: #D882C3;
}
</style>
background-color css
<style>
a { background-color: #D882C3; }
a { background-color: rgb(216,130,195); }
div.DivClassName
{
background-color: #D882C3;
}
.BgClassName
{
background-color: #D882C3;
}
</style>
border-color css
<style>
span { border-color: #D882C3; }
span { border-color: rgb(216,130,195); }
td.TdClassName
{
border-color: #D882C3;
}
.TagClassName
{
border-color: #D882C3;
}
</style>