Shades of Orchid #D080CD
Tints of Orchid #D080CD
RGB
CMYK
RGB Variations
Color information
#D080CD (or 0xD080CD) is known color: Orchid. HEX triplet: D0, 80 and CD. RGB value is (208,128,205). Sum of RGB (Red+Green+Blue) = 208+128+205=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 128 (50.39% from 255 or 23.66% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D080CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080CD is #2F7F32. Grayscale: #A0A0A0. Windows color (decimal): -3112755 or 13467856. OLE color: 13467856.
HSL color Cylindrical-coordinate representation of color #D080CD: hue angle of 302.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 #D080CD is Cyan = 0, Magento = 0.38, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 205 | - |
| CMYK | 0 | 0.38 | 0.01 | 0.18 |
| HSL | 302.25º | 0.46% | 0.66% | - |
| HSV(B) | 302.25º | 0.38% | 0.82% | - |
| XYZ | 44.75 | 33.26 | 61.82 | - |
| YUV | 160.7 | 153 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 205 | 0 | 0.38 | 0.01 | 0.18 | 302.25 | 0.46 | 0.66 |
| Hex | D0 | 80 | CD | 0 | 26 | 1 | 12 | 12E | 2E | 42 |
| Octal | 320 | 200 | 315 | 0 | 46 | 1 | 22 | 456 | 56 | 102 |
| Binary | 11010000 | 10000000 | 11001101 | 0 | 100110 | 1 | 10010 | 100101110 | 101110 | 1000010 |
Color Harmonies of #D080CD
Complementary color
Monochromatic Colors of #D080CD
Black with #D080CD
Text Example
Text Example
White with #D080CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080CD; }
p { color: rgb(208,128,205); }
H1.HeaderClassName
{
color: #D080CD;
}
.AnyTagClassName
{
color: #D080CD;
}
</style>
background-color css
<style>
a { background-color: #D080CD; }
a { background-color: rgb(208,128,205); }
div.DivClassName
{
background-color: #D080CD;
}
.BgClassName
{
background-color: #D080CD;
}
</style>
border-color css
<style>
span { border-color: #D080CD; }
span { border-color: rgb(208,128,205); }
td.TdClassName
{
border-color: #D080CD;
}
.TagClassName
{
border-color: #D080CD;
}
</style>