Shades of Orchid #D080CA
Tints of Orchid #D080CA
RGB
CMYK
RGB Variations
Color information
#D080CA (or 0xD080CA) is known color: Orchid. HEX triplet: D0, 80 and CA. RGB value is (208,128,202). Sum of RGB (Red+Green+Blue) = 208+128+202=538 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.66% from 538); Green value is 128 (50.39% from 255 or 23.79% from 538); Blue value is 202 (79.30% from 255 or 37.55% from 538); Max value from RGB is 208 - color contains mainly: red. Hex color #D080CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080CA is #2F7F35. Grayscale: #A0A0A0. Windows color (decimal): -3112758 or 13271248. OLE color: 13271248.
HSL color Cylindrical-coordinate representation of color #D080CA: hue angle of 304.5º 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 #D080CA is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 128 | 202 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.18 |
| HSL | 304.5º | 0.46% | 0.66% | - |
| HSV(B) | 304.5º | 0.38% | 0.82% | - |
| XYZ | 44.39 | 33.11 | 59.93 | - |
| YUV | 160.36 | 151.5 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 128 | 202 | 0 | 0.38 | 0.03 | 0.18 | 304.5 | 0.46 | 0.66 |
| Hex | D0 | 80 | CA | 0 | 26 | 3 | 12 | 130 | 2E | 42 |
| Octal | 320 | 200 | 312 | 0 | 46 | 3 | 22 | 460 | 56 | 102 |
| Binary | 11010000 | 10000000 | 11001010 | 0 | 100110 | 11 | 10010 | 100110000 | 101110 | 1000010 |
Color Harmonies of #D080CA
Complementary color
Monochromatic Colors of #D080CA
Black with #D080CA
Text Example
Text Example
White with #D080CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D080CA; }
p { color: rgb(208,128,202); }
H1.HeaderClassName
{
color: #D080CA;
}
.AnyTagClassName
{
color: #D080CA;
}
</style>
background-color css
<style>
a { background-color: #D080CA; }
a { background-color: rgb(208,128,202); }
div.DivClassName
{
background-color: #D080CA;
}
.BgClassName
{
background-color: #D080CA;
}
</style>
border-color css
<style>
span { border-color: #D080CA; }
span { border-color: rgb(208,128,202); }
td.TdClassName
{
border-color: #D080CA;
}
.TagClassName
{
border-color: #D080CA;
}
</style>