Shades of Orchid #D270BB
Tints of Orchid #D270BB
RGB
CMYK
RGB Variations
Color information
#D270BB (or 0xD270BB) is known color: Orchid. HEX triplet: D2, 70 and BB. RGB value is (210,112,187). Sum of RGB (Red+Green+Blue) = 210+112+187=509 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.26% from 509); Green value is 112 (44.14% from 255 or 22.00% from 509); Blue value is 187 (73.44% from 255 or 36.74% from 509); Max value from RGB is 210 - color contains mainly: red. Hex color #D270BB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270BB is #2D8F44. Grayscale: #959595. Windows color (decimal): -2985797 or 12284114. OLE color: 12284114.
HSL color Cylindrical-coordinate representation of color #D270BB: hue angle of 314.08º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D270BB is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 187 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.18 |
| HSL | 314.08º | 0.52% | 0.63% | - |
| HSV(B) | 314.08º | 0.47% | 0.82% | - |
| XYZ | 41.34 | 28.88 | 50.41 | - |
| YUV | 149.85 | 148.97 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 187 | 0 | 0.47 | 0.11 | 0.18 | 314.08 | 0.52 | 0.63 |
| Hex | D2 | 70 | BB | 0 | 2F | B | 12 | 13A | 34 | 3F |
| Octal | 322 | 160 | 273 | 0 | 57 | 13 | 22 | 472 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10111011 | 0 | 101111 | 1011 | 10010 | 100111010 | 110100 | 111111 |
Color Harmonies of #D270BB
Complementary color
Monochromatic Colors of #D270BB
Black with #D270BB
Text Example
Text Example
White with #D270BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270BB; }
p { color: rgb(210,112,187); }
H1.HeaderClassName
{
color: #D270BB;
}
.AnyTagClassName
{
color: #D270BB;
}
</style>
background-color css
<style>
a { background-color: #D270BB; }
a { background-color: rgb(210,112,187); }
div.DivClassName
{
background-color: #D270BB;
}
.BgClassName
{
background-color: #D270BB;
}
</style>
border-color css
<style>
span { border-color: #D270BB; }
span { border-color: rgb(210,112,187); }
td.TdClassName
{
border-color: #D270BB;
}
.TagClassName
{
border-color: #D270BB;
}
</style>