Shades of Orchid #D082CB
Tints of Orchid #D082CB
RGB
CMYK
RGB Variations
Color information
#D082CB (or 0xD082CB) is known color: Orchid. HEX triplet: D0, 82 and CB. RGB value is (208,130,203). Sum of RGB (Red+Green+Blue) = 208+130+203=541 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.45% from 541); Green value is 130 (51.17% from 255 or 24.03% from 541); Blue value is 203 (79.69% from 255 or 37.52% from 541); Max value from RGB is 208 - color contains mainly: red. Hex color #D082CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082CB is #2F7D34. Grayscale: #A1A1A1. Windows color (decimal): -3112245 or 13337296. OLE color: 13337296.
HSL color Cylindrical-coordinate representation of color #D082CB: hue angle of 303.85º 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 #D082CB is Cyan = 0, Magento = 0.38, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 203 | - |
| CMYK | 0 | 0.38 | 0.02 | 0.18 |
| HSL | 303.85º | 0.45% | 0.66% | - |
| HSV(B) | 303.85º | 0.38% | 0.82% | - |
| XYZ | 44.77 | 33.69 | 60.64 | - |
| YUV | 161.64 | 151.34 | 161.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 203 | 0 | 0.38 | 0.02 | 0.18 | 303.85 | 0.45 | 0.66 |
| Hex | D0 | 82 | CB | 0 | 26 | 2 | 12 | 130 | 2D | 42 |
| Octal | 320 | 202 | 313 | 0 | 46 | 2 | 22 | 460 | 55 | 102 |
| Binary | 11010000 | 10000010 | 11001011 | 0 | 100110 | 10 | 10010 | 100110000 | 101101 | 1000010 |
Color Harmonies of #D082CB
Complementary color
Monochromatic Colors of #D082CB
Black with #D082CB
Text Example
Text Example
White with #D082CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D082CB; }
p { color: rgb(208,130,203); }
H1.HeaderClassName
{
color: #D082CB;
}
.AnyTagClassName
{
color: #D082CB;
}
</style>
background-color css
<style>
a { background-color: #D082CB; }
a { background-color: rgb(208,130,203); }
div.DivClassName
{
background-color: #D082CB;
}
.BgClassName
{
background-color: #D082CB;
}
</style>
border-color css
<style>
span { border-color: #D082CB; }
span { border-color: rgb(208,130,203); }
td.TdClassName
{
border-color: #D082CB;
}
.TagClassName
{
border-color: #D082CB;
}
</style>