Shades of Orchid #D282CB
Tints of Orchid #D282CB
RGB
CMYK
RGB Variations
Color information
#D282CB (or 0xD282CB) is known color: Orchid. HEX triplet: D2, 82 and CB. RGB value is (210,130,203). Sum of RGB (Red+Green+Blue) = 210+130+203=543 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.67% from 543); Green value is 130 (51.17% from 255 or 23.94% from 543); Blue value is 203 (79.69% from 255 or 37.38% from 543); Max value from RGB is 210 - color contains mainly: red. Hex color #D282CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D282CB is #2D7D34. Grayscale: #A2A2A2. Windows color (decimal): -2981173 or 13337298. OLE color: 13337298.
HSL color Cylindrical-coordinate representation of color #D282CB: hue angle of 305.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D282CB is Cyan = 0, Magento = 0.38, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 203 | - |
| CMYK | 0 | 0.38 | 0.03 | 0.18 |
| HSL | 305.25º | 0.47% | 0.67% | - |
| HSV(B) | 305.25º | 0.38% | 0.82% | - |
| XYZ | 45.34 | 33.98 | 60.67 | - |
| YUV | 162.24 | 151 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 203 | 0 | 0.38 | 0.03 | 0.18 | 305.25 | 0.47 | 0.67 |
| Hex | D2 | 82 | CB | 0 | 26 | 3 | 12 | 131 | 2F | 43 |
| Octal | 322 | 202 | 313 | 0 | 46 | 3 | 22 | 461 | 57 | 103 |
| Binary | 11010010 | 10000010 | 11001011 | 0 | 100110 | 11 | 10010 | 100110001 | 101111 | 1000011 |
Color Harmonies of #D282CB
Complementary color
Monochromatic Colors of #D282CB
Black with #D282CB
Text Example
Text Example
White with #D282CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D282CB; }
p { color: rgb(210,130,203); }
H1.HeaderClassName
{
color: #D282CB;
}
.AnyTagClassName
{
color: #D282CB;
}
</style>
background-color css
<style>
a { background-color: #D282CB; }
a { background-color: rgb(210,130,203); }
div.DivClassName
{
background-color: #D282CB;
}
.BgClassName
{
background-color: #D282CB;
}
</style>
border-color css
<style>
span { border-color: #D282CB; }
span { border-color: rgb(210,130,203); }
td.TdClassName
{
border-color: #D282CB;
}
.TagClassName
{
border-color: #D282CB;
}
</style>