Shades of Orchid #D881CC
Tints of Orchid #D881CC
RGB
CMYK
RGB Variations
Color information
#D881CC (or 0xD881CC) is known color: Orchid. HEX triplet: D8, 81 and CC. RGB value is (216,129,204). Sum of RGB (Red+Green+Blue) = 216+129+204=549 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.34% from 549); Green value is 129 (50.78% from 255 or 23.50% from 549); Blue value is 204 (80.08% from 255 or 37.16% from 549); Max value from RGB is 216 - color contains mainly: red. Hex color #D881CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D881CC is #277E33. Grayscale: #A3A3A3. Windows color (decimal): -2588212 or 13402584. OLE color: 13402584.
HSL color Cylindrical-coordinate representation of color #D881CC: hue angle of 308.28º degrees, saturation: 0.53, 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 #D881CC is Cyan = 0, Magento = 0.40, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 129 | 204 | - |
| CMYK | 0 | 0.40 | 0.06 | 0.15 |
| HSL | 308.28º | 0.53% | 0.68% | - |
| HSV(B) | 308.28º | 0.4% | 0.85% | - |
| XYZ | 47.07 | 34.66 | 61.34 | - |
| YUV | 163.56 | 150.82 | 165.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 129 | 204 | 0 | 0.40 | 0.06 | 0.15 | 308.28 | 0.53 | 0.68 |
| Hex | D8 | 81 | CC | 0 | 28 | 6 | F | 134 | 35 | 44 |
| Octal | 330 | 201 | 314 | 0 | 50 | 6 | 17 | 464 | 65 | 104 |
| Binary | 11011000 | 10000001 | 11001100 | 0 | 101000 | 110 | 1111 | 100110100 | 110101 | 1000100 |
Color Harmonies of #D881CC
Complementary color
Monochromatic Colors of #D881CC
Black with #D881CC
Text Example
Text Example
White with #D881CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D881CC; }
p { color: rgb(216,129,204); }
H1.HeaderClassName
{
color: #D881CC;
}
.AnyTagClassName
{
color: #D881CC;
}
</style>
background-color css
<style>
a { background-color: #D881CC; }
a { background-color: rgb(216,129,204); }
div.DivClassName
{
background-color: #D881CC;
}
.BgClassName
{
background-color: #D881CC;
}
</style>
border-color css
<style>
span { border-color: #D881CC; }
span { border-color: rgb(216,129,204); }
td.TdClassName
{
border-color: #D881CC;
}
.TagClassName
{
border-color: #D881CC;
}
</style>