Shades of Orchid #D963D6
Tints of Orchid #D963D6
RGB
CMYK
RGB Variations
Color information
#D963D6 (or 0xD963D6) is known color: Orchid. HEX triplet: D9, 63 and D6. RGB value is (217,99,214). Sum of RGB (Red+Green+Blue) = 217+99+214=530 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.94% from 530); Green value is 99 (39.06% from 255 or 18.68% from 530); Blue value is 214 (83.98% from 255 or 40.38% from 530); Max value from RGB is 217 - color contains mainly: red. Hex color #D963D6 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963D6 is #269C29. Grayscale: #939393. Windows color (decimal): -2530346 or 14050265. OLE color: 14050265.
HSL color Cylindrical-coordinate representation of color #D963D6: hue angle of 301.53º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D963D6 is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 214 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.15 |
| HSL | 301.53º | 0.61% | 0.62% | - |
| HSV(B) | 301.53º | 0.54% | 0.85% | - |
| XYZ | 45.21 | 28.53 | 66.74 | - |
| YUV | 147.39 | 165.59 | 177.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 214 | 0 | 0.54 | 0.01 | 0.15 | 301.53 | 0.61 | 0.62 |
| Hex | D9 | 63 | D6 | 0 | 36 | 1 | F | 12E | 3D | 3E |
| Octal | 331 | 143 | 326 | 0 | 66 | 1 | 17 | 456 | 75 | 76 |
| Binary | 11011001 | 1100011 | 11010110 | 0 | 110110 | 1 | 1111 | 100101110 | 111101 | 111110 |
Color Harmonies of #D963D6
Complementary color
Monochromatic Colors of #D963D6
Black with #D963D6
Text Example
Text Example
White with #D963D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963D6; }
p { color: rgb(217,99,214); }
H1.HeaderClassName
{
color: #D963D6;
}
.AnyTagClassName
{
color: #D963D6;
}
</style>
background-color css
<style>
a { background-color: #D963D6; }
a { background-color: rgb(217,99,214); }
div.DivClassName
{
background-color: #D963D6;
}
.BgClassName
{
background-color: #D963D6;
}
</style>
border-color css
<style>
span { border-color: #D963D6; }
span { border-color: rgb(217,99,214); }
td.TdClassName
{
border-color: #D963D6;
}
.TagClassName
{
border-color: #D963D6;
}
</style>