Shades of Orchid #D670C6
Tints of Orchid #D670C6
RGB
CMYK
RGB Variations
Color information
#D670C6 (or 0xD670C6) is known color: Orchid. HEX triplet: D6, 70 and C6. RGB value is (214,112,198). Sum of RGB (Red+Green+Blue) = 214+112+198=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 112 (44.14% from 255 or 21.37% from 524); Blue value is 198 (77.73% from 255 or 37.79% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D670C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670C6 is #298F39. Grayscale: #989898. Windows color (decimal): -2723642 or 13005014. OLE color: 13005014.
HSL color Cylindrical-coordinate representation of color #D670C6: hue angle of 309.41º 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 #D670C6 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 198 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.16 |
| HSL | 309.41º | 0.55% | 0.64% | - |
| HSV(B) | 309.41º | 0.48% | 0.84% | - |
| XYZ | 43.72 | 29.96 | 56.91 | - |
| YUV | 152.3 | 153.79 | 172.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 198 | 0 | 0.48 | 0.07 | 0.16 | 309.41 | 0.55 | 0.64 |
| Hex | D6 | 70 | C6 | 0 | 30 | 7 | 10 | 135 | 37 | 40 |
| Octal | 326 | 160 | 306 | 0 | 60 | 7 | 20 | 465 | 67 | 100 |
| Binary | 11010110 | 1110000 | 11000110 | 0 | 110000 | 111 | 10000 | 100110101 | 110111 | 1000000 |
Color Harmonies of #D670C6
Complementary color
Monochromatic Colors of #D670C6
Black with #D670C6
Text Example
Text Example
White with #D670C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D670C6; }
p { color: rgb(214,112,198); }
H1.HeaderClassName
{
color: #D670C6;
}
.AnyTagClassName
{
color: #D670C6;
}
</style>
background-color css
<style>
a { background-color: #D670C6; }
a { background-color: rgb(214,112,198); }
div.DivClassName
{
background-color: #D670C6;
}
.BgClassName
{
background-color: #D670C6;
}
</style>
border-color css
<style>
span { border-color: #D670C6; }
span { border-color: rgb(214,112,198); }
td.TdClassName
{
border-color: #D670C6;
}
.TagClassName
{
border-color: #D670C6;
}
</style>