Shades of Orchid #D672B9
Tints of Orchid #D672B9
RGB
CMYK
RGB Variations
Color information
#D672B9 (or 0xD672B9) is known color: Orchid. HEX triplet: D6, 72 and B9. RGB value is (214,114,185). Sum of RGB (Red+Green+Blue) = 214+114+185=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 114 (44.92% from 255 or 22.22% from 513); Blue value is 185 (72.66% from 255 or 36.06% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D672B9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672B9 is #298D46. Grayscale: #979797. Windows color (decimal): -2723143 or 12153558. OLE color: 12153558.
HSL color Cylindrical-coordinate representation of color #D672B9: hue angle of 317.4º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D672B9 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 185 | - |
| CMYK | 0 | 0.47 | 0.14 | 0.16 |
| HSL | 317.4º | 0.55% | 0.64% | - |
| HSV(B) | 317.4º | 0.47% | 0.84% | - |
| XYZ | 42.51 | 29.83 | 49.42 | - |
| YUV | 151.99 | 146.63 | 172.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 185 | 0 | 0.47 | 0.14 | 0.16 | 317.4 | 0.55 | 0.64 |
| Hex | D6 | 72 | B9 | 0 | 2F | E | 10 | 13D | 37 | 40 |
| Octal | 326 | 162 | 271 | 0 | 57 | 16 | 20 | 475 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10111001 | 0 | 101111 | 1110 | 10000 | 100111101 | 110111 | 1000000 |
Color Harmonies of #D672B9
Complementary color
Monochromatic Colors of #D672B9
Black with #D672B9
Text Example
Text Example
White with #D672B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672B9; }
p { color: rgb(214,114,185); }
H1.HeaderClassName
{
color: #D672B9;
}
.AnyTagClassName
{
color: #D672B9;
}
</style>
background-color css
<style>
a { background-color: #D672B9; }
a { background-color: rgb(214,114,185); }
div.DivClassName
{
background-color: #D672B9;
}
.BgClassName
{
background-color: #D672B9;
}
</style>
border-color css
<style>
span { border-color: #D672B9; }
span { border-color: rgb(214,114,185); }
td.TdClassName
{
border-color: #D672B9;
}
.TagClassName
{
border-color: #D672B9;
}
</style>