Shades of Orchid #D280E4
Tints of Orchid #D280E4
RGB
CMYK
RGB Variations
Color information
#D280E4 (or 0xD280E4) is known color: Orchid. HEX triplet: D2, 80 and E4. RGB value is (210,128,228). Sum of RGB (Red+Green+Blue) = 210+128+228=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 128 (50.39% from 255 or 22.61% from 566); Blue value is 228 (89.45% from 255 or 40.28% from 566); Max value from RGB is 228 - color contains mainly: blue. Hex color #D280E4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280E4 is #2D7F1B. Grayscale: #A3A3A3. Windows color (decimal): -2981660 or 14975186. OLE color: 14975186.
HSL color Cylindrical-coordinate representation of color #D280E4: hue angle of 289.2º degrees, saturation: 0.65, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D280E4 is Cyan = 0.08, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 210 | 128 | 228 | - |
| CMYK | 0.08 | 0.44 | 0 | 0.11 |
| HSL | 289.2º | 0.65% | 0.7% | - |
| HSV(B) | 289.2º | 0.44% | 0.89% | - |
| XYZ | 48.3 | 34.74 | 77.56 | - |
| YUV | 163.92 | 164.17 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 228 | 0.08 | 0.44 | 0 | 0.11 | 289.2 | 0.65 | 0.7 |
| Hex | D2 | 80 | E4 | 8 | 2C | 0 | B | 121 | 41 | 46 |
| Octal | 322 | 200 | 344 | 10 | 54 | 0 | 13 | 441 | 101 | 106 |
| Binary | 11010010 | 10000000 | 11100100 | 1000 | 101100 | 0 | 1011 | 100100001 | 1000001 | 1000110 |
Color Harmonies of #D280E4
Complementary color
Monochromatic Colors of #D280E4
Black with #D280E4
Text Example
Text Example
White with #D280E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280E4; }
p { color: rgb(210,128,228); }
H1.HeaderClassName
{
color: #D280E4;
}
.AnyTagClassName
{
color: #D280E4;
}
</style>
background-color css
<style>
a { background-color: #D280E4; }
a { background-color: rgb(210,128,228); }
div.DivClassName
{
background-color: #D280E4;
}
.BgClassName
{
background-color: #D280E4;
}
</style>
border-color css
<style>
span { border-color: #D280E4; }
span { border-color: rgb(210,128,228); }
td.TdClassName
{
border-color: #D280E4;
}
.TagClassName
{
border-color: #D280E4;
}
</style>