Shades of Orchid #D672BF
Tints of Orchid #D672BF
RGB
CMYK
RGB Variations
Color information
#D672BF (or 0xD672BF) is known color: Orchid. HEX triplet: D6, 72 and BF. RGB value is (214,114,191). Sum of RGB (Red+Green+Blue) = 214+114+191=519 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.23% from 519); Green value is 114 (44.92% from 255 or 21.97% from 519); Blue value is 191 (75% from 255 or 36.80% from 519); Max value from RGB is 214 - color contains mainly: red. Hex color #D672BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672BF is #298D40. Grayscale: #989898. Windows color (decimal): -2723137 or 12546774. OLE color: 12546774.
HSL color Cylindrical-coordinate representation of color #D672BF: hue angle of 313.8º 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 #D672BF is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 191 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.16 |
| HSL | 313.8º | 0.55% | 0.64% | - |
| HSV(B) | 313.8º | 0.47% | 0.84% | - |
| XYZ | 43.15 | 30.09 | 52.82 | - |
| YUV | 152.68 | 149.63 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 191 | 0 | 0.47 | 0.11 | 0.16 | 313.8 | 0.55 | 0.64 |
| Hex | D6 | 72 | BF | 0 | 2F | B | 10 | 13A | 37 | 40 |
| Octal | 326 | 162 | 277 | 0 | 57 | 13 | 20 | 472 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10111111 | 0 | 101111 | 1011 | 10000 | 100111010 | 110111 | 1000000 |
Color Harmonies of #D672BF
Complementary color
Monochromatic Colors of #D672BF
Black with #D672BF
Text Example
Text Example
White with #D672BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672BF; }
p { color: rgb(214,114,191); }
H1.HeaderClassName
{
color: #D672BF;
}
.AnyTagClassName
{
color: #D672BF;
}
</style>
background-color css
<style>
a { background-color: #D672BF; }
a { background-color: rgb(214,114,191); }
div.DivClassName
{
background-color: #D672BF;
}
.BgClassName
{
background-color: #D672BF;
}
</style>
border-color css
<style>
span { border-color: #D672BF; }
span { border-color: rgb(214,114,191); }
td.TdClassName
{
border-color: #D672BF;
}
.TagClassName
{
border-color: #D672BF;
}
</style>