Shades of Orchid #D163C6
Tints of Orchid #D163C6
RGB
CMYK
RGB Variations
Color information
#D163C6 (or 0xD163C6) is known color: Orchid. HEX triplet: D1, 63 and C6. RGB value is (209,99,198). Sum of RGB (Red+Green+Blue) = 209+99+198=506 (67% of max value = 765). Red value is 209 (82.03% from 255 or 41.30% from 506); Green value is 99 (39.06% from 255 or 19.57% from 506); Blue value is 198 (77.73% from 255 or 39.13% from 506); Max value from RGB is 209 - color contains mainly: red. Hex color #D163C6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163C6 is #2E9C39. Grayscale: #8E8E8E. Windows color (decimal): -3054650 or 13001681. OLE color: 13001681.
HSL color Cylindrical-coordinate representation of color #D163C6: hue angle of 306º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D163C6 is Cyan = 0, Magento = 0.53, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 198 | - |
| CMYK | 0 | 0.53 | 0.05 | 0.18 |
| HSL | 306º | 0.54% | 0.6% | - |
| HSV(B) | 306º | 0.53% | 0.82% | - |
| XYZ | 40.95 | 26.56 | 56.39 | - |
| YUV | 143.18 | 158.94 | 174.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 198 | 0 | 0.53 | 0.05 | 0.18 | 306 | 0.54 | 0.6 |
| Hex | D1 | 63 | C6 | 0 | 35 | 5 | 12 | 132 | 36 | 3C |
| Octal | 321 | 143 | 306 | 0 | 65 | 5 | 22 | 462 | 66 | 74 |
| Binary | 11010001 | 1100011 | 11000110 | 0 | 110101 | 101 | 10010 | 100110010 | 110110 | 111100 |
Color Harmonies of #D163C6
Complementary color
Monochromatic Colors of #D163C6
Black with #D163C6
Text Example
Text Example
White with #D163C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163C6; }
p { color: rgb(209,99,198); }
H1.HeaderClassName
{
color: #D163C6;
}
.AnyTagClassName
{
color: #D163C6;
}
</style>
background-color css
<style>
a { background-color: #D163C6; }
a { background-color: rgb(209,99,198); }
div.DivClassName
{
background-color: #D163C6;
}
.BgClassName
{
background-color: #D163C6;
}
</style>
border-color css
<style>
span { border-color: #D163C6; }
span { border-color: rgb(209,99,198); }
td.TdClassName
{
border-color: #D163C6;
}
.TagClassName
{
border-color: #D163C6;
}
</style>