Shades of Orchid #D670C8
Tints of Orchid #D670C8
RGB
CMYK
RGB Variations
Color information
#D670C8 (or 0xD670C8) is known color: Orchid. HEX triplet: D6, 70 and C8. RGB value is (214,112,200). Sum of RGB (Red+Green+Blue) = 214+112+200=526 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.68% from 526); Green value is 112 (44.14% from 255 or 21.29% from 526); Blue value is 200 (78.52% from 255 or 38.02% from 526); Max value from RGB is 214 - color contains mainly: red. Hex color #D670C8 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670C8 is #298F37. Grayscale: #989898. Windows color (decimal): -2723640 or 13136086. OLE color: 13136086.
HSL color Cylindrical-coordinate representation of color #D670C8: hue angle of 308.24º 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 #D670C8 is Cyan = 0, Magento = 0.48, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 200 | - |
| CMYK | 0 | 0.48 | 0.07 | 0.16 |
| HSL | 308.24º | 0.55% | 0.64% | - |
| HSV(B) | 308.24º | 0.48% | 0.84% | - |
| XYZ | 43.95 | 30.05 | 58.13 | - |
| YUV | 152.53 | 154.79 | 171.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 200 | 0 | 0.48 | 0.07 | 0.16 | 308.24 | 0.55 | 0.64 |
| Hex | D6 | 70 | C8 | 0 | 30 | 7 | 10 | 134 | 37 | 40 |
| Octal | 326 | 160 | 310 | 0 | 60 | 7 | 20 | 464 | 67 | 100 |
| Binary | 11010110 | 1110000 | 11001000 | 0 | 110000 | 111 | 10000 | 100110100 | 110111 | 1000000 |
Color Harmonies of #D670C8
Complementary color
Monochromatic Colors of #D670C8
Black with #D670C8
Text Example
Text Example
White with #D670C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D670C8; }
p { color: rgb(214,112,200); }
H1.HeaderClassName
{
color: #D670C8;
}
.AnyTagClassName
{
color: #D670C8;
}
</style>
background-color css
<style>
a { background-color: #D670C8; }
a { background-color: rgb(214,112,200); }
div.DivClassName
{
background-color: #D670C8;
}
.BgClassName
{
background-color: #D670C8;
}
</style>
border-color css
<style>
span { border-color: #D670C8; }
span { border-color: rgb(214,112,200); }
td.TdClassName
{
border-color: #D670C8;
}
.TagClassName
{
border-color: #D670C8;
}
</style>