Shades of Orchid #D280C7
Tints of Orchid #D280C7
RGB
CMYK
RGB Variations
Color information
#D280C7 (or 0xD280C7) is known color: Orchid. HEX triplet: D2, 80 and C7. RGB value is (210,128,199). Sum of RGB (Red+Green+Blue) = 210+128+199=537 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.11% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 199 (78.12% from 255 or 37.06% from 537); Max value from RGB is 210 - color contains mainly: red. Hex color #D280C7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D280C7 is #2D7F38. Grayscale: #A0A0A0. Windows color (decimal): -2981689 or 13074642. OLE color: 13074642.
HSL color Cylindrical-coordinate representation of color #D280C7: hue angle of 308.05º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D280C7 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 199 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.18 |
| HSL | 308.05º | 0.48% | 0.66% | - |
| HSV(B) | 308.05º | 0.39% | 0.82% | - |
| XYZ | 44.61 | 33.26 | 58.1 | - |
| YUV | 160.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 199 | 0 | 0.39 | 0.05 | 0.18 | 308.05 | 0.48 | 0.66 |
| Hex | D2 | 80 | C7 | 0 | 27 | 5 | 12 | 134 | 30 | 42 |
| Octal | 322 | 200 | 307 | 0 | 47 | 5 | 22 | 464 | 60 | 102 |
| Binary | 11010010 | 10000000 | 11000111 | 0 | 100111 | 101 | 10010 | 100110100 | 110000 | 1000010 |
Color Harmonies of #D280C7
Complementary color
Monochromatic Colors of #D280C7
Black with #D280C7
Text Example
Text Example
White with #D280C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D280C7; }
p { color: rgb(210,128,199); }
H1.HeaderClassName
{
color: #D280C7;
}
.AnyTagClassName
{
color: #D280C7;
}
</style>
background-color css
<style>
a { background-color: #D280C7; }
a { background-color: rgb(210,128,199); }
div.DivClassName
{
background-color: #D280C7;
}
.BgClassName
{
background-color: #D280C7;
}
</style>
border-color css
<style>
span { border-color: #D280C7; }
span { border-color: rgb(210,128,199); }
td.TdClassName
{
border-color: #D280C7;
}
.TagClassName
{
border-color: #D280C7;
}
</style>