Shades of Orchid #D275BB
Tints of Orchid #D275BB
RGB
CMYK
RGB Variations
Color information
#D275BB (or 0xD275BB) is known color: Orchid. HEX triplet: D2, 75 and BB. RGB value is (210,117,187). Sum of RGB (Red+Green+Blue) = 210+117+187=514 (68% of max value = 765). Red value is 210 (82.42% from 255 or 40.86% from 514); Green value is 117 (46.09% from 255 or 22.76% from 514); Blue value is 187 (73.44% from 255 or 36.38% from 514); Max value from RGB is 210 - color contains mainly: red. Hex color #D275BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D275BB is #2D8A44. Grayscale: #989898. Windows color (decimal): -2984517 or 12285394. OLE color: 12285394.
HSL color Cylindrical-coordinate representation of color #D275BB: hue angle of 314.84º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D275BB is Cyan = 0, Magento = 0.44, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 117 | 187 | - |
| CMYK | 0 | 0.44 | 0.11 | 0.18 |
| HSL | 314.84º | 0.51% | 0.64% | - |
| HSV(B) | 314.84º | 0.44% | 0.82% | - |
| XYZ | 41.91 | 30.01 | 50.6 | - |
| YUV | 152.79 | 147.31 | 168.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 117 | 187 | 0 | 0.44 | 0.11 | 0.18 | 314.84 | 0.51 | 0.64 |
| Hex | D2 | 75 | BB | 0 | 2C | B | 12 | 13B | 33 | 40 |
| Octal | 322 | 165 | 273 | 0 | 54 | 13 | 22 | 473 | 63 | 100 |
| Binary | 11010010 | 1110101 | 10111011 | 0 | 101100 | 1011 | 10010 | 100111011 | 110011 | 1000000 |
Color Harmonies of #D275BB
Complementary color
Monochromatic Colors of #D275BB
Black with #D275BB
Text Example
Text Example
White with #D275BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D275BB; }
p { color: rgb(210,117,187); }
H1.HeaderClassName
{
color: #D275BB;
}
.AnyTagClassName
{
color: #D275BB;
}
</style>
background-color css
<style>
a { background-color: #D275BB; }
a { background-color: rgb(210,117,187); }
div.DivClassName
{
background-color: #D275BB;
}
.BgClassName
{
background-color: #D275BB;
}
</style>
border-color css
<style>
span { border-color: #D275BB; }
span { border-color: rgb(210,117,187); }
td.TdClassName
{
border-color: #D275BB;
}
.TagClassName
{
border-color: #D275BB;
}
</style>