Shades of Orchid #D164C6
Tints of Orchid #D164C6
RGB
CMYK
RGB Variations
Color information
#D164C6 (or 0xD164C6) is known color: Orchid. HEX triplet: D1, 64 and C6. RGB value is (209,100,198). Sum of RGB (Red+Green+Blue) = 209+100+198=507 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.22% from 507); Green value is 100 (39.45% from 255 or 19.72% from 507); Blue value is 198 (77.73% from 255 or 39.05% from 507); Max value from RGB is 209 - color contains mainly: red. Hex color #D164C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D164C6 is #2E9B39. Grayscale: #8F8F8F. Windows color (decimal): -3054394 or 13001937. OLE color: 13001937.
HSL color Cylindrical-coordinate representation of color #D164C6: hue angle of 306.06º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D164C6 is Cyan = 0, Magento = 0.52, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 100 | 198 | - |
| CMYK | 0 | 0.52 | 0.05 | 0.18 |
| HSL | 306.06º | 0.54% | 0.61% | - |
| HSV(B) | 306.06º | 0.52% | 0.82% | - |
| XYZ | 41.04 | 26.75 | 56.43 | - |
| YUV | 143.76 | 158.61 | 174.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 198 | 0 | 0.52 | 0.05 | 0.18 | 306.06 | 0.54 | 0.61 |
| Hex | D1 | 64 | C6 | 0 | 34 | 5 | 12 | 132 | 36 | 3D |
| Octal | 321 | 144 | 306 | 0 | 64 | 5 | 22 | 462 | 66 | 75 |
| Binary | 11010001 | 1100100 | 11000110 | 0 | 110100 | 101 | 10010 | 100110010 | 110110 | 111101 |
Color Harmonies of #D164C6
Complementary color
Monochromatic Colors of #D164C6
Black with #D164C6
Text Example
Text Example
White with #D164C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164C6; }
p { color: rgb(209,100,198); }
H1.HeaderClassName
{
color: #D164C6;
}
.AnyTagClassName
{
color: #D164C6;
}
</style>
background-color css
<style>
a { background-color: #D164C6; }
a { background-color: rgb(209,100,198); }
div.DivClassName
{
background-color: #D164C6;
}
.BgClassName
{
background-color: #D164C6;
}
</style>
border-color css
<style>
span { border-color: #D164C6; }
span { border-color: rgb(209,100,198); }
td.TdClassName
{
border-color: #D164C6;
}
.TagClassName
{
border-color: #D164C6;
}
</style>