Shades of Orchid #D670BF
Tints of Orchid #D670BF
RGB
CMYK
RGB Variations
Color information
#D670BF (or 0xD670BF) is known color: Orchid. HEX triplet: D6, 70 and BF. RGB value is (214,112,191). Sum of RGB (Red+Green+Blue) = 214+112+191=517 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.39% from 517); Green value is 112 (44.14% from 255 or 21.66% from 517); Blue value is 191 (75% from 255 or 36.94% from 517); Max value from RGB is 214 - color contains mainly: red. Hex color #D670BF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670BF is #298F40. Grayscale: #979797. Windows color (decimal): -2723649 or 12546262. OLE color: 12546262.
HSL color Cylindrical-coordinate representation of color #D670BF: hue angle of 313.53º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D670BF is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 191 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.16 |
| HSL | 313.53º | 0.55% | 0.64% | - |
| HSV(B) | 313.53º | 0.48% | 0.84% | - |
| XYZ | 42.93 | 29.65 | 52.75 | - |
| YUV | 151.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 191 | 0 | 0.48 | 0.11 | 0.16 | 313.53 | 0.55 | 0.64 |
| Hex | D6 | 70 | BF | 0 | 30 | B | 10 | 13A | 37 | 40 |
| Octal | 326 | 160 | 277 | 0 | 60 | 13 | 20 | 472 | 67 | 100 |
| Binary | 11010110 | 1110000 | 10111111 | 0 | 110000 | 1011 | 10000 | 100111010 | 110111 | 1000000 |
Color Harmonies of #D670BF
Complementary color
Monochromatic Colors of #D670BF
Black with #D670BF
Text Example
Text Example
White with #D670BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D670BF; }
p { color: rgb(214,112,191); }
H1.HeaderClassName
{
color: #D670BF;
}
.AnyTagClassName
{
color: #D670BF;
}
</style>
background-color css
<style>
a { background-color: #D670BF; }
a { background-color: rgb(214,112,191); }
div.DivClassName
{
background-color: #D670BF;
}
.BgClassName
{
background-color: #D670BF;
}
</style>
border-color css
<style>
span { border-color: #D670BF; }
span { border-color: rgb(214,112,191); }
td.TdClassName
{
border-color: #D670BF;
}
.TagClassName
{
border-color: #D670BF;
}
</style>