Shades of Orchid #D880C7
Tints of Orchid #D880C7
RGB
CMYK
RGB Variations
Color information
#D880C7 (or 0xD880C7) is known color: Orchid. HEX triplet: D8, 80 and C7. RGB value is (216,128,199). Sum of RGB (Red+Green+Blue) = 216+128+199=543 (71% of max value = 765). Red value is 216 (84.77% from 255 or 39.78% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 199 (78.12% from 255 or 36.65% from 543); Max value from RGB is 216 - color contains mainly: red. Hex color #D880C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880C7 is #277F38. Grayscale: #A2A2A2. Windows color (decimal): -2588473 or 13074648. OLE color: 13074648.
HSL color Cylindrical-coordinate representation of color #D880C7: hue angle of 311.59º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D880C7 is Cyan = 0, Magento = 0.41, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 199 | - |
| CMYK | 0 | 0.41 | 0.08 | 0.15 |
| HSL | 311.59º | 0.53% | 0.67% | - |
| HSV(B) | 311.59º | 0.41% | 0.85% | - |
| XYZ | 46.35 | 34.16 | 58.18 | - |
| YUV | 162.41 | 148.65 | 166.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 199 | 0 | 0.41 | 0.08 | 0.15 | 311.59 | 0.53 | 0.67 |
| Hex | D8 | 80 | C7 | 0 | 29 | 8 | F | 138 | 35 | 43 |
| Octal | 330 | 200 | 307 | 0 | 51 | 10 | 17 | 470 | 65 | 103 |
| Binary | 11011000 | 10000000 | 11000111 | 0 | 101001 | 1000 | 1111 | 100111000 | 110101 | 1000011 |
Color Harmonies of #D880C7
Complementary color
Monochromatic Colors of #D880C7
Black with #D880C7
Text Example
Text Example
White with #D880C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880C7; }
p { color: rgb(216,128,199); }
H1.HeaderClassName
{
color: #D880C7;
}
.AnyTagClassName
{
color: #D880C7;
}
</style>
background-color css
<style>
a { background-color: #D880C7; }
a { background-color: rgb(216,128,199); }
div.DivClassName
{
background-color: #D880C7;
}
.BgClassName
{
background-color: #D880C7;
}
</style>
border-color css
<style>
span { border-color: #D880C7; }
span { border-color: rgb(216,128,199); }
td.TdClassName
{
border-color: #D880C7;
}
.TagClassName
{
border-color: #D880C7;
}
</style>