Shades of Orchid #D080C9
Tints of Orchid #D080C9
RGB
CMYK
RGB Variations
Color information
#D080C9 (or 0xD080C9) is known color: Orchid. HEX triplet: D0, 80 and C9. RGB value is (208,128,201). Sum of RGB (Red+Green+Blue) = 208+128+201=537 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.73% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 201 (78.91% from 255 or 37.43% from 537); Max value from RGB is 208 - color contains mainly: red. Hex color #D080C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080C9 is #2F7F36. Grayscale: #A0A0A0. Windows color (decimal): -3112759 or 13205712. OLE color: 13205712.
HSL color Cylindrical-coordinate representation of color #D080C9: hue angle of 305.25º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D080C9 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 201 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.18 |
| HSL | 305.25º | 0.46% | 0.66% | - |
| HSV(B) | 305.25º | 0.38% | 0.82% | - |
| XYZ | 44.27 | 33.07 | 59.31 | - |
| YUV | 160.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 201 | 0 | 0.38 | 0.03 | 0.18 | 305.25 | 0.46 | 0.66 |
| Hex | D0 | 80 | C9 | 0 | 26 | 3 | 12 | 131 | 2E | 42 |
| Octal | 320 | 200 | 311 | 0 | 46 | 3 | 22 | 461 | 56 | 102 |
| Binary | 11010000 | 10000000 | 11001001 | 0 | 100110 | 11 | 10010 | 100110001 | 101110 | 1000010 |
Color Harmonies of #D080C9
Complementary color
Monochromatic Colors of #D080C9
Black with #D080C9
Text Example
Text Example
White with #D080C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080C9; }
p { color: rgb(208,128,201); }
H1.HeaderClassName
{
color: #D080C9;
}
.AnyTagClassName
{
color: #D080C9;
}
</style>
background-color css
<style>
a { background-color: #D080C9; }
a { background-color: rgb(208,128,201); }
div.DivClassName
{
background-color: #D080C9;
}
.BgClassName
{
background-color: #D080C9;
}
</style>
border-color css
<style>
span { border-color: #D080C9; }
span { border-color: rgb(208,128,201); }
td.TdClassName
{
border-color: #D080C9;
}
.TagClassName
{
border-color: #D080C9;
}
</style>