Shades of Orchid #D080CB
Tints of Orchid #D080CB
RGB
CMYK
RGB Variations
Color information
#D080CB (or 0xD080CB) is known color: Orchid. HEX triplet: D0, 80 and CB. RGB value is (208,128,203). Sum of RGB (Red+Green+Blue) = 208+128+203=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 203 (79.69% from 255 or 37.66% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D080CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080CB is #2F7F34. Grayscale: #A0A0A0. Windows color (decimal): -3112757 or 13336784. OLE color: 13336784.
HSL color Cylindrical-coordinate representation of color #D080CB: hue angle of 303.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 #D080CB is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 203 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.18 |
| HSL | 303.75º | 0.46% | 0.66% | - |
| HSV(B) | 303.75º | 0.38% | 0.82% | - |
| XYZ | 44.51 | 33.16 | 60.55 | - |
| YUV | 160.47 | 152 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 203 | 0 | 0.38 | 0.02 | 0.18 | 303.75 | 0.46 | 0.66 |
| Hex | D0 | 80 | CB | 0 | 26 | 2 | 12 | 130 | 2E | 42 |
| Octal | 320 | 200 | 313 | 0 | 46 | 2 | 22 | 460 | 56 | 102 |
| Binary | 11010000 | 10000000 | 11001011 | 0 | 100110 | 10 | 10010 | 100110000 | 101110 | 1000010 |
Color Harmonies of #D080CB
Complementary color
Monochromatic Colors of #D080CB
Black with #D080CB
Text Example
Text Example
White with #D080CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080CB; }
p { color: rgb(208,128,203); }
H1.HeaderClassName
{
color: #D080CB;
}
.AnyTagClassName
{
color: #D080CB;
}
</style>
background-color css
<style>
a { background-color: #D080CB; }
a { background-color: rgb(208,128,203); }
div.DivClassName
{
background-color: #D080CB;
}
.BgClassName
{
background-color: #D080CB;
}
</style>
border-color css
<style>
span { border-color: #D080CB; }
span { border-color: rgb(208,128,203); }
td.TdClassName
{
border-color: #D080CB;
}
.TagClassName
{
border-color: #D080CB;
}
</style>