Shades of Orchid #D080D2
Tints of Orchid #D080D2
RGB
CMYK
RGB Variations
Color information
#D080D2 (or 0xD080D2) is known color: Orchid. HEX triplet: D0, 80 and D2. RGB value is (208,128,210). Sum of RGB (Red+Green+Blue) = 208+128+210=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 128 (50.39% from 255 or 23.44% from 546); Blue value is 210 (82.42% from 255 or 38.46% from 546); Max value from RGB is 210 - color contains mainly: blue. Hex color #D080D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080D2 is #2F7F2D. Grayscale: #A1A1A1. Windows color (decimal): -3112750 or 13795536. OLE color: 13795536.
HSL color Cylindrical-coordinate representation of color #D080D2: hue angle of 298.54º 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 #D080D2 is Cyan = 0.01, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 210 | - |
| CMYK | 0.01 | 0.39 | 0 | 0.18 |
| HSL | 298.54º | 0.48% | 0.66% | - |
| HSV(B) | 298.54º | 0.39% | 0.82% | - |
| XYZ | 45.36 | 33.5 | 65.05 | - |
| YUV | 161.27 | 155.5 | 161.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 210 | 0.01 | 0.39 | 0 | 0.18 | 298.54 | 0.48 | 0.66 |
| Hex | D0 | 80 | D2 | 1 | 27 | 0 | 12 | 12B | 30 | 42 |
| Octal | 320 | 200 | 322 | 1 | 47 | 0 | 22 | 453 | 60 | 102 |
| Binary | 11010000 | 10000000 | 11010010 | 1 | 100111 | 0 | 10010 | 100101011 | 110000 | 1000010 |
Color Harmonies of #D080D2
Complementary color
Monochromatic Colors of #D080D2
Black with #D080D2
Text Example
Text Example
White with #D080D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080D2; }
p { color: rgb(208,128,210); }
H1.HeaderClassName
{
color: #D080D2;
}
.AnyTagClassName
{
color: #D080D2;
}
</style>
background-color css
<style>
a { background-color: #D080D2; }
a { background-color: rgb(208,128,210); }
div.DivClassName
{
background-color: #D080D2;
}
.BgClassName
{
background-color: #D080D2;
}
</style>
border-color css
<style>
span { border-color: #D080D2; }
span { border-color: rgb(208,128,210); }
td.TdClassName
{
border-color: #D080D2;
}
.TagClassName
{
border-color: #D080D2;
}
</style>