Shades of Orchid #D080CF
Tints of Orchid #D080CF
RGB
CMYK
RGB Variations
Color information
#D080CF (or 0xD080CF) is known color: Orchid. HEX triplet: D0, 80 and CF. RGB value is (208,128,207). Sum of RGB (Red+Green+Blue) = 208+128+207=543 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.31% from 543); Green value is 128 (50.39% from 255 or 23.57% from 543); Blue value is 207 (81.25% from 255 or 38.12% from 543); Max value from RGB is 208 - color contains mainly: red. Hex color #D080CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080CF is #2F7F30. Grayscale: #A0A0A0. Windows color (decimal): -3112753 or 13598928. OLE color: 13598928.
HSL color Cylindrical-coordinate representation of color #D080CF: hue angle of 300.75º 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 #D080CF is Cyan = 0, Magento = 0.38, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 207 | - |
| CMYK | 0 | 0.38 | 0.00 | 0.18 |
| HSL | 300.75º | 0.46% | 0.66% | - |
| HSV(B) | 300.75º | 0.38% | 0.82% | - |
| XYZ | 44.99 | 33.35 | 63.1 | - |
| YUV | 160.93 | 154 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 207 | 0 | 0.38 | 0.00 | 0.18 | 300.75 | 0.46 | 0.66 |
| Hex | D0 | 80 | CF | 0 | 26 | 0 | 12 | 12D | 2E | 42 |
| Octal | 320 | 200 | 317 | 0 | 46 | 0 | 22 | 455 | 56 | 102 |
| Binary | 11010000 | 10000000 | 11001111 | 0 | 100110 | 0 | 10010 | 100101101 | 101110 | 1000010 |
Color Harmonies of #D080CF
Complementary color
Monochromatic Colors of #D080CF
Black with #D080CF
Text Example
Text Example
White with #D080CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080CF; }
p { color: rgb(208,128,207); }
H1.HeaderClassName
{
color: #D080CF;
}
.AnyTagClassName
{
color: #D080CF;
}
</style>
background-color css
<style>
a { background-color: #D080CF; }
a { background-color: rgb(208,128,207); }
div.DivClassName
{
background-color: #D080CF;
}
.BgClassName
{
background-color: #D080CF;
}
</style>
border-color css
<style>
span { border-color: #D080CF; }
span { border-color: rgb(208,128,207); }
td.TdClassName
{
border-color: #D080CF;
}
.TagClassName
{
border-color: #D080CF;
}
</style>