Shades of Orchid #D671D5
Tints of Orchid #D671D5
RGB
CMYK
RGB Variations
Color information
#D671D5 (or 0xD671D5) is known color: Orchid. HEX triplet: D6, 71 and D5. RGB value is (214,113,213). Sum of RGB (Red+Green+Blue) = 214+113+213=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 113 (44.53% from 255 or 20.93% from 540); Blue value is 213 (83.59% from 255 or 39.44% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D671D5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D671D5 is #298E2A. Grayscale: #9A9A9A. Windows color (decimal): -2723371 or 13988310. OLE color: 13988310.
HSL color Cylindrical-coordinate representation of color #D671D5: hue angle of 300.59º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D671D5 is Cyan = 0, Magento = 0.47, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 113 | 213 | - |
| CMYK | 0 | 0.47 | 0.00 | 0.16 |
| HSL | 300.59º | 0.55% | 0.64% | - |
| HSV(B) | 300.59º | 0.47% | 0.84% | - |
| XYZ | 45.65 | 30.91 | 66.51 | - |
| YUV | 154.6 | 160.96 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 113 | 213 | 0 | 0.47 | 0.00 | 0.16 | 300.59 | 0.55 | 0.64 |
| Hex | D6 | 71 | D5 | 0 | 2F | 0 | 10 | 12D | 37 | 40 |
| Octal | 326 | 161 | 325 | 0 | 57 | 0 | 20 | 455 | 67 | 100 |
| Binary | 11010110 | 1110001 | 11010101 | 0 | 101111 | 0 | 10000 | 100101101 | 110111 | 1000000 |
Color Harmonies of #D671D5
Complementary color
Monochromatic Colors of #D671D5
Black with #D671D5
Text Example
Text Example
White with #D671D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D671D5; }
p { color: rgb(214,113,213); }
H1.HeaderClassName
{
color: #D671D5;
}
.AnyTagClassName
{
color: #D671D5;
}
</style>
background-color css
<style>
a { background-color: #D671D5; }
a { background-color: rgb(214,113,213); }
div.DivClassName
{
background-color: #D671D5;
}
.BgClassName
{
background-color: #D671D5;
}
</style>
border-color css
<style>
span { border-color: #D671D5; }
span { border-color: rgb(214,113,213); }
td.TdClassName
{
border-color: #D671D5;
}
.TagClassName
{
border-color: #D671D5;
}
</style>