Shades of Orchid #D672BE
Tints of Orchid #D672BE
RGB
CMYK
RGB Variations
Color information
#D672BE (or 0xD672BE) is known color: Orchid. HEX triplet: D6, 72 and BE. RGB value is (214,114,190). Sum of RGB (Red+Green+Blue) = 214+114+190=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 114 (44.92% from 255 or 22.01% from 518); Blue value is 190 (74.61% from 255 or 36.68% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D672BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D672BE is #298D41. Grayscale: #989898. Windows color (decimal): -2723138 or 12481238. OLE color: 12481238.
HSL color Cylindrical-coordinate representation of color #D672BE: hue angle of 314.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 #D672BE is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 114 | 190 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.16 |
| HSL | 314.4º | 0.55% | 0.64% | - |
| HSV(B) | 314.4º | 0.47% | 0.84% | - |
| XYZ | 43.04 | 30.05 | 52.25 | - |
| YUV | 152.56 | 149.13 | 171.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 114 | 190 | 0 | 0.47 | 0.11 | 0.16 | 314.4 | 0.55 | 0.64 |
| Hex | D6 | 72 | BE | 0 | 2F | B | 10 | 13A | 37 | 40 |
| Octal | 326 | 162 | 276 | 0 | 57 | 13 | 20 | 472 | 67 | 100 |
| Binary | 11010110 | 1110010 | 10111110 | 0 | 101111 | 1011 | 10000 | 100111010 | 110111 | 1000000 |
Color Harmonies of #D672BE
Complementary color
Monochromatic Colors of #D672BE
Black with #D672BE
Text Example
Text Example
White with #D672BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D672BE; }
p { color: rgb(214,114,190); }
H1.HeaderClassName
{
color: #D672BE;
}
.AnyTagClassName
{
color: #D672BE;
}
</style>
background-color css
<style>
a { background-color: #D672BE; }
a { background-color: rgb(214,114,190); }
div.DivClassName
{
background-color: #D672BE;
}
.BgClassName
{
background-color: #D672BE;
}
</style>
border-color css
<style>
span { border-color: #D672BE; }
span { border-color: rgb(214,114,190); }
td.TdClassName
{
border-color: #D672BE;
}
.TagClassName
{
border-color: #D672BE;
}
</style>