Shades of Orchid #D670DF
Tints of Orchid #D670DF
RGB
CMYK
RGB Variations
Color information
#D670DF (or 0xD670DF) is known color: Orchid. HEX triplet: D6, 70 and DF. RGB value is (214,112,223). Sum of RGB (Red+Green+Blue) = 214+112+223=549 (72% of max value = 765). Red value is 214 (83.98% from 255 or 38.98% from 549); Green value is 112 (44.14% from 255 or 20.40% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 223 - color contains mainly: blue. Hex color #D670DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670DF is #298F20. Grayscale: #9A9A9A. Windows color (decimal): -2723617 or 14643414. OLE color: 14643414.
HSL color Cylindrical-coordinate representation of color #D670DF: hue angle of 295.14º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D670DF is Cyan = 0.04, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 214 | 112 | 223 | - |
| CMYK | 0.04 | 0.50 | 0 | 0.13 |
| HSL | 295.14º | 0.63% | 0.66% | - |
| HSV(B) | 295.14º | 0.5% | 0.87% | - |
| XYZ | 46.85 | 31.21 | 73.37 | - |
| YUV | 155.15 | 166.29 | 169.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 223 | 0.04 | 0.50 | 0 | 0.13 | 295.14 | 0.63 | 0.66 |
| Hex | D6 | 70 | DF | 4 | 32 | 0 | D | 127 | 3F | 42 |
| Octal | 326 | 160 | 337 | 4 | 62 | 0 | 15 | 447 | 77 | 102 |
| Binary | 11010110 | 1110000 | 11011111 | 100 | 110010 | 0 | 1101 | 100100111 | 111111 | 1000010 |
Color Harmonies of #D670DF
Complementary color
Monochromatic Colors of #D670DF
Black with #D670DF
Text Example
Text Example
White with #D670DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D670DF; }
p { color: rgb(214,112,223); }
H1.HeaderClassName
{
color: #D670DF;
}
.AnyTagClassName
{
color: #D670DF;
}
</style>
background-color css
<style>
a { background-color: #D670DF; }
a { background-color: rgb(214,112,223); }
div.DivClassName
{
background-color: #D670DF;
}
.BgClassName
{
background-color: #D670DF;
}
</style>
border-color css
<style>
span { border-color: #D670DF; }
span { border-color: rgb(214,112,223); }
td.TdClassName
{
border-color: #D670DF;
}
.TagClassName
{
border-color: #D670DF;
}
</style>