Shades of Orchid #D670C0
Tints of Orchid #D670C0
RGB
CMYK
RGB Variations
Color information
#D670C0 (or 0xD670C0) is known color: Orchid. HEX triplet: D6, 70 and C0. RGB value is (214,112,192). Sum of RGB (Red+Green+Blue) = 214+112+192=518 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.31% from 518); Green value is 112 (44.14% from 255 or 21.62% from 518); Blue value is 192 (75.39% from 255 or 37.07% from 518); Max value from RGB is 214 - color contains mainly: red. Hex color #D670C0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670C0 is #298F3F. Grayscale: #979797. Windows color (decimal): -2723648 or 12611798. OLE color: 12611798.
HSL color Cylindrical-coordinate representation of color #D670C0: hue angle of 312.94º 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 #D670C0 is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 192 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.16 |
| HSL | 312.94º | 0.55% | 0.64% | - |
| HSV(B) | 312.94º | 0.48% | 0.84% | - |
| XYZ | 43.04 | 29.69 | 53.33 | - |
| YUV | 151.62 | 150.79 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 192 | 0 | 0.48 | 0.10 | 0.16 | 312.94 | 0.55 | 0.64 |
| Hex | D6 | 70 | C0 | 0 | 30 | A | 10 | 139 | 37 | 40 |
| Octal | 326 | 160 | 300 | 0 | 60 | 12 | 20 | 471 | 67 | 100 |
| Binary | 11010110 | 1110000 | 11000000 | 0 | 110000 | 1010 | 10000 | 100111001 | 110111 | 1000000 |
Color Harmonies of #D670C0
Complementary color
Monochromatic Colors of #D670C0
Black with #D670C0
Text Example
Text Example
White with #D670C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D670C0; }
p { color: rgb(214,112,192); }
H1.HeaderClassName
{
color: #D670C0;
}
.AnyTagClassName
{
color: #D670C0;
}
</style>
background-color css
<style>
a { background-color: #D670C0; }
a { background-color: rgb(214,112,192); }
div.DivClassName
{
background-color: #D670C0;
}
.BgClassName
{
background-color: #D670C0;
}
</style>
border-color css
<style>
span { border-color: #D670C0; }
span { border-color: rgb(214,112,192); }
td.TdClassName
{
border-color: #D670C0;
}
.TagClassName
{
border-color: #D670C0;
}
</style>