Shades of Orchid #D671BF
Tints of Orchid #D671BF
RGB
CMYK
RGB Variations
Color information
#D671BF (or 0xD671BF) is known color: Orchid. HEX triplet: D6, 71 and BF. RGB value is (214,113,191). Sum of RGB (Red+Green+Blue) = 214+113+191=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 113 (44.53% from 255 or 21.81% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D671BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671BF is #298E40. Grayscale: #979797. Windows color (decimal): -2723393 or 12546518. OLE color: 12546518.
HSL color Cylindrical-coordinate representation of color #D671BF: hue angle of 313.66º 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 #D671BF is Cyan = 0, Magento = 0.47, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 191 | - |
| CMYK | 0 | 0.47 | 0.11 | 0.16 |
| HSL | 313.66º | 0.55% | 0.64% | - |
| HSV(B) | 313.66º | 0.47% | 0.84% | - |
| XYZ | 43.04 | 29.87 | 52.79 | - |
| YUV | 152.09 | 149.96 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 191 | 0 | 0.47 | 0.11 | 0.16 | 313.66 | 0.55 | 0.64 |
| Hex | D6 | 71 | BF | 0 | 2F | B | 10 | 13A | 37 | 40 |
| Octal | 326 | 161 | 277 | 0 | 57 | 13 | 20 | 472 | 67 | 100 |
| Binary | 11010110 | 1110001 | 10111111 | 0 | 101111 | 1011 | 10000 | 100111010 | 110111 | 1000000 |
Color Harmonies of #D671BF
Complementary color
Monochromatic Colors of #D671BF
Black with #D671BF
Text Example
Text Example
White with #D671BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D671BF; }
p { color: rgb(214,113,191); }
H1.HeaderClassName
{
color: #D671BF;
}
.AnyTagClassName
{
color: #D671BF;
}
</style>
background-color css
<style>
a { background-color: #D671BF; }
a { background-color: rgb(214,113,191); }
div.DivClassName
{
background-color: #D671BF;
}
.BgClassName
{
background-color: #D671BF;
}
</style>
border-color css
<style>
span { border-color: #D671BF; }
span { border-color: rgb(214,113,191); }
td.TdClassName
{
border-color: #D671BF;
}
.TagClassName
{
border-color: #D671BF;
}
</style>