Shades of Orchid #D281DC
Tints of Orchid #D281DC
RGB
CMYK
RGB Variations
Color information
#D281DC (or 0xD281DC) is known color: Orchid. HEX triplet: D2, 81 and DC. RGB value is (210,129,220). Sum of RGB (Red+Green+Blue) = 210+129+220=559 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.57% from 559); Green value is 129 (50.78% from 255 or 23.08% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 220 - color contains mainly: blue. Hex color #D281DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D281DC is #2D7E23. Grayscale: #A3A3A3. Windows color (decimal): -2981412 or 14451154. OLE color: 14451154.
HSL color Cylindrical-coordinate representation of color #D281DC: hue angle of 293.41º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D281DC is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 210 | 129 | 220 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.14 |
| HSL | 293.41º | 0.57% | 0.68% | - |
| HSV(B) | 293.41º | 0.41% | 0.86% | - |
| XYZ | 47.35 | 34.57 | 71.89 | - |
| YUV | 163.59 | 159.84 | 161.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 129 | 220 | 0.05 | 0.41 | 0 | 0.14 | 293.41 | 0.57 | 0.68 |
| Hex | D2 | 81 | DC | 5 | 29 | 0 | E | 125 | 39 | 44 |
| Octal | 322 | 201 | 334 | 5 | 51 | 0 | 16 | 445 | 71 | 104 |
| Binary | 11010010 | 10000001 | 11011100 | 101 | 101001 | 0 | 1110 | 100100101 | 111001 | 1000100 |
Color Harmonies of #D281DC
Complementary color
Monochromatic Colors of #D281DC
Black with #D281DC
Text Example
Text Example
White with #D281DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D281DC; }
p { color: rgb(210,129,220); }
H1.HeaderClassName
{
color: #D281DC;
}
.AnyTagClassName
{
color: #D281DC;
}
</style>
background-color css
<style>
a { background-color: #D281DC; }
a { background-color: rgb(210,129,220); }
div.DivClassName
{
background-color: #D281DC;
}
.BgClassName
{
background-color: #D281DC;
}
</style>
border-color css
<style>
span { border-color: #D281DC; }
span { border-color: rgb(210,129,220); }
td.TdClassName
{
border-color: #D281DC;
}
.TagClassName
{
border-color: #D281DC;
}
</style>