Shades of Orchid #D164D6
Tints of Orchid #D164D6
RGB
CMYK
RGB Variations
Color information
#D164D6 (or 0xD164D6) is known color: Orchid. HEX triplet: D1, 64 and D6. RGB value is (209,100,214). Sum of RGB (Red+Green+Blue) = 209+100+214=523 (69% of max value = 765). Red value is 209 (82.03% from 255 or 39.96% from 523); Green value is 100 (39.45% from 255 or 19.12% from 523); Blue value is 214 (83.98% from 255 or 40.92% from 523); Max value from RGB is 214 - color contains mainly: blue. Hex color #D164D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164D6 is #2E9B29. Grayscale: #919191. Windows color (decimal): -3054378 or 14050513. OLE color: 14050513.
HSL color Cylindrical-coordinate representation of color #D164D6: hue angle of 297.37º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D164D6 is Cyan = 0.02, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 209 | 100 | 214 | - |
| CMYK | 0.02 | 0.53 | 0 | 0.16 |
| HSL | 297.37º | 0.58% | 0.62% | - |
| HSV(B) | 297.37º | 0.53% | 0.84% | - |
| XYZ | 42.99 | 27.52 | 66.67 | - |
| YUV | 145.59 | 166.61 | 173.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 214 | 0.02 | 0.53 | 0 | 0.16 | 297.37 | 0.58 | 0.62 |
| Hex | D1 | 64 | D6 | 2 | 35 | 0 | 10 | 129 | 3A | 3E |
| Octal | 321 | 144 | 326 | 2 | 65 | 0 | 20 | 451 | 72 | 76 |
| Binary | 11010001 | 1100100 | 11010110 | 10 | 110101 | 0 | 10000 | 100101001 | 111010 | 111110 |
Color Harmonies of #D164D6
Complementary color
Monochromatic Colors of #D164D6
Black with #D164D6
Text Example
Text Example
White with #D164D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164D6; }
p { color: rgb(209,100,214); }
H1.HeaderClassName
{
color: #D164D6;
}
.AnyTagClassName
{
color: #D164D6;
}
</style>
background-color css
<style>
a { background-color: #D164D6; }
a { background-color: rgb(209,100,214); }
div.DivClassName
{
background-color: #D164D6;
}
.BgClassName
{
background-color: #D164D6;
}
</style>
border-color css
<style>
span { border-color: #D164D6; }
span { border-color: rgb(209,100,214); }
td.TdClassName
{
border-color: #D164D6;
}
.TagClassName
{
border-color: #D164D6;
}
</style>