Shades of Orchid #D670C9
Tints of Orchid #D670C9
RGB
CMYK
RGB Variations
Color information
#D670C9 (or 0xD670C9) is known color: Orchid. HEX triplet: D6, 70 and C9. RGB value is (214,112,201). Sum of RGB (Red+Green+Blue) = 214+112+201=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 112 (44.14% from 255 or 21.25% from 527); Blue value is 201 (78.91% from 255 or 38.14% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D670C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D670C9 is #298F36. Grayscale: #989898. Windows color (decimal): -2723639 or 13201622. OLE color: 13201622.
HSL color Cylindrical-coordinate representation of color #D670C9: hue angle of 307.65º 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 #D670C9 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 112 | 201 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.16 |
| HSL | 307.65º | 0.55% | 0.64% | - |
| HSV(B) | 307.65º | 0.48% | 0.84% | - |
| XYZ | 44.07 | 30.1 | 58.75 | - |
| YUV | 152.64 | 155.29 | 171.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 112 | 201 | 0 | 0.48 | 0.06 | 0.16 | 307.65 | 0.55 | 0.64 |
| Hex | D6 | 70 | C9 | 0 | 30 | 6 | 10 | 134 | 37 | 40 |
| Octal | 326 | 160 | 311 | 0 | 60 | 6 | 20 | 464 | 67 | 100 |
| Binary | 11010110 | 1110000 | 11001001 | 0 | 110000 | 110 | 10000 | 100110100 | 110111 | 1000000 |
Color Harmonies of #D670C9
Complementary color
Monochromatic Colors of #D670C9
Black with #D670C9
Text Example
Text Example
White with #D670C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D670C9; }
p { color: rgb(214,112,201); }
H1.HeaderClassName
{
color: #D670C9;
}
.AnyTagClassName
{
color: #D670C9;
}
</style>
background-color css
<style>
a { background-color: #D670C9; }
a { background-color: rgb(214,112,201); }
div.DivClassName
{
background-color: #D670C9;
}
.BgClassName
{
background-color: #D670C9;
}
</style>
border-color css
<style>
span { border-color: #D670C9; }
span { border-color: rgb(214,112,201); }
td.TdClassName
{
border-color: #D670C9;
}
.TagClassName
{
border-color: #D670C9;
}
</style>