Shades of Orchid #D082C9
Tints of Orchid #D082C9
RGB
CMYK
RGB Variations
Color information
#D082C9 (or 0xD082C9) is known color: Orchid. HEX triplet: D0, 82 and C9. RGB value is (208,130,201). Sum of RGB (Red+Green+Blue) = 208+130+201=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 130 (51.17% from 255 or 24.12% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D082C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082C9 is #2F7D36. Grayscale: #A1A1A1. Windows color (decimal): -3112247 or 13206224. OLE color: 13206224.
HSL color Cylindrical-coordinate representation of color #D082C9: hue angle of 305.38º degrees, saturation: 0.45, 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 #D082C9 is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 201 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.18 |
| HSL | 305.38º | 0.45% | 0.66% | - |
| HSV(B) | 305.38º | 0.38% | 0.82% | - |
| XYZ | 44.54 | 33.59 | 59.39 | - |
| YUV | 161.42 | 150.34 | 161.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 201 | 0 | 0.38 | 0.03 | 0.18 | 305.38 | 0.45 | 0.66 |
| Hex | D0 | 82 | C9 | 0 | 26 | 3 | 12 | 131 | 2D | 42 |
| Octal | 320 | 202 | 311 | 0 | 46 | 3 | 22 | 461 | 55 | 102 |
| Binary | 11010000 | 10000010 | 11001001 | 0 | 100110 | 11 | 10010 | 100110001 | 101101 | 1000010 |
Color Harmonies of #D082C9
Complementary color
Monochromatic Colors of #D082C9
Black with #D082C9
Text Example
Text Example
White with #D082C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082C9; }
p { color: rgb(208,130,201); }
H1.HeaderClassName
{
color: #D082C9;
}
.AnyTagClassName
{
color: #D082C9;
}
</style>
background-color css
<style>
a { background-color: #D082C9; }
a { background-color: rgb(208,130,201); }
div.DivClassName
{
background-color: #D082C9;
}
.BgClassName
{
background-color: #D082C9;
}
</style>
border-color css
<style>
span { border-color: #D082C9; }
span { border-color: rgb(208,130,201); }
td.TdClassName
{
border-color: #D082C9;
}
.TagClassName
{
border-color: #D082C9;
}
</style>