Shades of Orchid #D280DF
Tints of Orchid #D280DF
RGB
CMYK
RGB Variations
Color information
#D280DF (or 0xD280DF) is known color: Orchid. HEX triplet: D2, 80 and DF. RGB value is (210,128,223). Sum of RGB (Red+Green+Blue) = 210+128+223=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 128 (50.39% from 255 or 22.82% from 561); Blue value is 223 (87.5% from 255 or 39.75% from 561); Max value from RGB is 223 - color contains mainly: blue. Hex color #D280DF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280DF is #2D7F20. Grayscale: #A3A3A3. Windows color (decimal): -2981665 or 14647506. OLE color: 14647506.
HSL color Cylindrical-coordinate representation of color #D280DF: hue angle of 291.79º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D280DF is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 210 | 128 | 223 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.13 |
| HSL | 291.79º | 0.6% | 0.69% | - |
| HSV(B) | 291.79º | 0.43% | 0.87% | - |
| XYZ | 47.62 | 34.47 | 73.96 | - |
| YUV | 163.35 | 161.67 | 161.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 223 | 0.06 | 0.43 | 0 | 0.13 | 291.79 | 0.6 | 0.69 |
| Hex | D2 | 80 | DF | 6 | 2B | 0 | D | 124 | 3C | 45 |
| Octal | 322 | 200 | 337 | 6 | 53 | 0 | 15 | 444 | 74 | 105 |
| Binary | 11010010 | 10000000 | 11011111 | 110 | 101011 | 0 | 1101 | 100100100 | 111100 | 1000101 |
Color Harmonies of #D280DF
Complementary color
Monochromatic Colors of #D280DF
Black with #D280DF
Text Example
Text Example
White with #D280DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280DF; }
p { color: rgb(210,128,223); }
H1.HeaderClassName
{
color: #D280DF;
}
.AnyTagClassName
{
color: #D280DF;
}
</style>
background-color css
<style>
a { background-color: #D280DF; }
a { background-color: rgb(210,128,223); }
div.DivClassName
{
background-color: #D280DF;
}
.BgClassName
{
background-color: #D280DF;
}
</style>
border-color css
<style>
span { border-color: #D280DF; }
span { border-color: rgb(210,128,223); }
td.TdClassName
{
border-color: #D280DF;
}
.TagClassName
{
border-color: #D280DF;
}
</style>