Shades of Orchid #D163CD
Tints of Orchid #D163CD
RGB
CMYK
RGB Variations
Color information
#D163CD (or 0xD163CD) is known color: Orchid. HEX triplet: D1, 63 and CD. RGB value is (209,99,205). Sum of RGB (Red+Green+Blue) = 209+99+205=513 (67% of max value = 765). Red value is 209 (82.03% from 255 or 40.74% from 513); Green value is 99 (39.06% from 255 or 19.30% from 513); Blue value is 205 (80.47% from 255 or 39.96% from 513); Max value from RGB is 209 - color contains mainly: red. Hex color #D163CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D163CD is #2E9C32. Grayscale: #8F8F8F. Windows color (decimal): -3054643 or 13460433. OLE color: 13460433.
HSL color Cylindrical-coordinate representation of color #D163CD: hue angle of 302.18º 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 #D163CD is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 99 | 205 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.18 |
| HSL | 302.18º | 0.54% | 0.6% | - |
| HSV(B) | 302.18º | 0.53% | 0.82% | - |
| XYZ | 41.78 | 26.89 | 60.75 | - |
| YUV | 143.97 | 162.44 | 174.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 99 | 205 | 0 | 0.53 | 0.02 | 0.18 | 302.18 | 0.54 | 0.6 |
| Hex | D1 | 63 | CD | 0 | 35 | 2 | 12 | 12E | 36 | 3C |
| Octal | 321 | 143 | 315 | 0 | 65 | 2 | 22 | 456 | 66 | 74 |
| Binary | 11010001 | 1100011 | 11001101 | 0 | 110101 | 10 | 10010 | 100101110 | 110110 | 111100 |
Color Harmonies of #D163CD
Complementary color
Monochromatic Colors of #D163CD
Black with #D163CD
Text Example
Text Example
White with #D163CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D163CD; }
p { color: rgb(209,99,205); }
H1.HeaderClassName
{
color: #D163CD;
}
.AnyTagClassName
{
color: #D163CD;
}
</style>
background-color css
<style>
a { background-color: #D163CD; }
a { background-color: rgb(209,99,205); }
div.DivClassName
{
background-color: #D163CD;
}
.BgClassName
{
background-color: #D163CD;
}
</style>
border-color css
<style>
span { border-color: #D163CD; }
span { border-color: rgb(209,99,205); }
td.TdClassName
{
border-color: #D163CD;
}
.TagClassName
{
border-color: #D163CD;
}
</style>