Shades of Orchid #D472B6
Tints of Orchid #D472B6
RGB
CMYK
RGB Variations
Color information
#D472B6 (or 0xD472B6) is known color: Orchid. HEX triplet: D4, 72 and B6. RGB value is (212,114,182). Sum of RGB (Red+Green+Blue) = 212+114+182=508 (67% of max value = 765). Red value is 212 (83.20% from 255 or 41.73% from 508); Green value is 114 (44.92% from 255 or 22.44% from 508); Blue value is 182 (71.48% from 255 or 35.83% from 508); Max value from RGB is 212 - color contains mainly: red. Hex color #D472B6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D472B6 is #2B8D49. Grayscale: #969696. Windows color (decimal): -2854218 or 11956948. OLE color: 11956948.
HSL color Cylindrical-coordinate representation of color #D472B6: hue angle of 318.37º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D472B6 is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 114 | 182 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.17 |
| HSL | 318.37º | 0.53% | 0.64% | - |
| HSV(B) | 318.37º | 0.46% | 0.83% | - |
| XYZ | 41.61 | 29.41 | 47.74 | - |
| YUV | 151.05 | 145.47 | 171.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 114 | 182 | 0 | 0.46 | 0.14 | 0.17 | 318.37 | 0.53 | 0.64 |
| Hex | D4 | 72 | B6 | 0 | 2E | E | 11 | 13E | 35 | 40 |
| Octal | 324 | 162 | 266 | 0 | 56 | 16 | 21 | 476 | 65 | 100 |
| Binary | 11010100 | 1110010 | 10110110 | 0 | 101110 | 1110 | 10001 | 100111110 | 110101 | 1000000 |
Color Harmonies of #D472B6
Complementary color
Monochromatic Colors of #D472B6
Black with #D472B6
Text Example
Text Example
White with #D472B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D472B6; }
p { color: rgb(212,114,182); }
H1.HeaderClassName
{
color: #D472B6;
}
.AnyTagClassName
{
color: #D472B6;
}
</style>
background-color css
<style>
a { background-color: #D472B6; }
a { background-color: rgb(212,114,182); }
div.DivClassName
{
background-color: #D472B6;
}
.BgClassName
{
background-color: #D472B6;
}
</style>
border-color css
<style>
span { border-color: #D472B6; }
span { border-color: rgb(212,114,182); }
td.TdClassName
{
border-color: #D472B6;
}
.TagClassName
{
border-color: #D472B6;
}
</style>