Shades of Orchid #D470BD
Tints of Orchid #D470BD
RGB
CMYK
RGB Variations
Color information
#D470BD (or 0xD470BD) is known color: Orchid. HEX triplet: D4, 70 and BD. RGB value is (212,112,189). Sum of RGB (Red+Green+Blue) = 212+112+189=513 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.33% from 513); Green value is 112 (44.14% from 255 or 21.83% from 513); Blue value is 189 (74.22% from 255 or 36.84% from 513); Max value from RGB is 212 - color contains mainly: red. Hex color #D470BD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D470BD is #2B8F42. Grayscale: #969696. Windows color (decimal): -2854723 or 12415188. OLE color: 12415188.
HSL color Cylindrical-coordinate representation of color #D470BD: hue angle of 313.8º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D470BD is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 112 | 189 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.17 |
| HSL | 313.8º | 0.54% | 0.64% | - |
| HSV(B) | 313.8º | 0.47% | 0.83% | - |
| XYZ | 42.13 | 29.26 | 51.57 | - |
| YUV | 150.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 112 | 189 | 0 | 0.47 | 0.11 | 0.17 | 313.8 | 0.54 | 0.64 |
| Hex | D4 | 70 | BD | 0 | 2F | B | 11 | 13A | 36 | 40 |
| Octal | 324 | 160 | 275 | 0 | 57 | 13 | 21 | 472 | 66 | 100 |
| Binary | 11010100 | 1110000 | 10111101 | 0 | 101111 | 1011 | 10001 | 100111010 | 110110 | 1000000 |
Color Harmonies of #D470BD
Complementary color
Monochromatic Colors of #D470BD
Black with #D470BD
Text Example
Text Example
White with #D470BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D470BD; }
p { color: rgb(212,112,189); }
H1.HeaderClassName
{
color: #D470BD;
}
.AnyTagClassName
{
color: #D470BD;
}
</style>
background-color css
<style>
a { background-color: #D470BD; }
a { background-color: rgb(212,112,189); }
div.DivClassName
{
background-color: #D470BD;
}
.BgClassName
{
background-color: #D470BD;
}
</style>
border-color css
<style>
span { border-color: #D470BD; }
span { border-color: rgb(212,112,189); }
td.TdClassName
{
border-color: #D470BD;
}
.TagClassName
{
border-color: #D470BD;
}
</style>