Shades of Orchid #D270BD
Tints of Orchid #D270BD
RGB
CMYK
RGB Variations
Color information
#D270BD (or 0xD270BD) is known color: Orchid. HEX triplet: D2, 70 and BD. RGB value is (210,112,189). Sum of RGB (Red+Green+Blue) = 210+112+189=511 (67% of max value = 765). Red value is 210 (82.42% from 255 or 41.10% from 511); Green value is 112 (44.14% from 255 or 21.92% from 511); Blue value is 189 (74.22% from 255 or 36.99% from 511); Max value from RGB is 210 - color contains mainly: red. Hex color #D270BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D270BD is #2D8F42. Grayscale: #959595. Windows color (decimal): -2985795 or 12415186. OLE color: 12415186.
HSL color Cylindrical-coordinate representation of color #D270BD: hue angle of 312.86º 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 #D270BD is Cyan = 0, Magento = 0.47, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 189 | - |
| CMYK | 0 | 0.47 | 0.10 | 0.18 |
| HSL | 312.86º | 0.52% | 0.63% | - |
| HSV(B) | 312.86º | 0.47% | 0.82% | - |
| XYZ | 41.56 | 28.96 | 51.54 | - |
| YUV | 150.08 | 149.97 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 189 | 0 | 0.47 | 0.10 | 0.18 | 312.86 | 0.52 | 0.63 |
| Hex | D2 | 70 | BD | 0 | 2F | A | 12 | 139 | 34 | 3F |
| Octal | 322 | 160 | 275 | 0 | 57 | 12 | 22 | 471 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10111101 | 0 | 101111 | 1010 | 10010 | 100111001 | 110100 | 111111 |
Color Harmonies of #D270BD
Complementary color
Monochromatic Colors of #D270BD
Black with #D270BD
Text Example
Text Example
White with #D270BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D270BD; }
p { color: rgb(210,112,189); }
H1.HeaderClassName
{
color: #D270BD;
}
.AnyTagClassName
{
color: #D270BD;
}
</style>
background-color css
<style>
a { background-color: #D270BD; }
a { background-color: rgb(210,112,189); }
div.DivClassName
{
background-color: #D270BD;
}
.BgClassName
{
background-color: #D270BD;
}
</style>
border-color css
<style>
span { border-color: #D270BD; }
span { border-color: rgb(210,112,189); }
td.TdClassName
{
border-color: #D270BD;
}
.TagClassName
{
border-color: #D270BD;
}
</style>