Shades of Orchid #D880CB
Tints of Orchid #D880CB
RGB
CMYK
RGB Variations
Color information
#D880CB (or 0xD880CB) is known color: Orchid. HEX triplet: D8, 80 and CB. RGB value is (216,128,203). Sum of RGB (Red+Green+Blue) = 216+128+203=547 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.49% from 547); Green value is 128 (50.39% from 255 or 23.40% from 547); Blue value is 203 (79.69% from 255 or 37.11% from 547); Max value from RGB is 216 - color contains mainly: red. Hex color #D880CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D880CB is #277F34. Grayscale: #A2A2A2. Windows color (decimal): -2588469 or 13336792. OLE color: 13336792.
HSL color Cylindrical-coordinate representation of color #D880CB: hue angle of 308.86º 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 #D880CB is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 128 | 203 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.15 |
| HSL | 308.86º | 0.53% | 0.67% | - |
| HSV(B) | 308.86º | 0.41% | 0.85% | - |
| XYZ | 46.82 | 34.35 | 60.66 | - |
| YUV | 162.86 | 150.65 | 165.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 128 | 203 | 0 | 0.41 | 0.06 | 0.15 | 308.86 | 0.53 | 0.67 |
| Hex | D8 | 80 | CB | 0 | 29 | 6 | F | 135 | 35 | 43 |
| Octal | 330 | 200 | 313 | 0 | 51 | 6 | 17 | 465 | 65 | 103 |
| Binary | 11011000 | 10000000 | 11001011 | 0 | 101001 | 110 | 1111 | 100110101 | 110101 | 1000011 |
Color Harmonies of #D880CB
Complementary color
Monochromatic Colors of #D880CB
Black with #D880CB
Text Example
Text Example
White with #D880CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D880CB; }
p { color: rgb(216,128,203); }
H1.HeaderClassName
{
color: #D880CB;
}
.AnyTagClassName
{
color: #D880CB;
}
</style>
background-color css
<style>
a { background-color: #D880CB; }
a { background-color: rgb(216,128,203); }
div.DivClassName
{
background-color: #D880CB;
}
.BgClassName
{
background-color: #D880CB;
}
</style>
border-color css
<style>
span { border-color: #D880CB; }
span { border-color: rgb(216,128,203); }
td.TdClassName
{
border-color: #D880CB;
}
.TagClassName
{
border-color: #D880CB;
}
</style>