Shades of Orchid #D963DA
Tints of Orchid #D963DA
RGB
CMYK
RGB Variations
Color information
#D963DA (or 0xD963DA) is known color: Orchid. HEX triplet: D9, 63 and DA. RGB value is (217,99,218). Sum of RGB (Red+Green+Blue) = 217+99+218=534 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.64% from 534); Green value is 99 (39.06% from 255 or 18.54% from 534); Blue value is 218 (85.55% from 255 or 40.82% from 534); Max value from RGB is 218 - color contains mainly: blue. Hex color #D963DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D963DA is #269C25. Grayscale: #939393. Windows color (decimal): -2530342 or 14312409. OLE color: 14312409.
HSL color Cylindrical-coordinate representation of color #D963DA: hue angle of 299.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D963DA is Cyan = 0.00, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 99 | 218 | - |
| CMYK | 0.00 | 0.55 | 0 | 0.15 |
| HSL | 299.5º | 0.62% | 0.62% | - |
| HSV(B) | 299.5º | 0.55% | 0.85% | - |
| XYZ | 45.73 | 28.74 | 69.47 | - |
| YUV | 147.85 | 167.59 | 177.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 99 | 218 | 0.00 | 0.55 | 0 | 0.15 | 299.5 | 0.62 | 0.62 |
| Hex | D9 | 63 | DA | 0 | 37 | 0 | F | 12B | 3E | 3E |
| Octal | 331 | 143 | 332 | 0 | 67 | 0 | 17 | 453 | 76 | 76 |
| Binary | 11011001 | 1100011 | 11011010 | 0 | 110111 | 0 | 1111 | 100101011 | 111110 | 111110 |
Color Harmonies of #D963DA
Complementary color
Monochromatic Colors of #D963DA
Black with #D963DA
Text Example
Text Example
White with #D963DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D963DA; }
p { color: rgb(217,99,218); }
H1.HeaderClassName
{
color: #D963DA;
}
.AnyTagClassName
{
color: #D963DA;
}
</style>
background-color css
<style>
a { background-color: #D963DA; }
a { background-color: rgb(217,99,218); }
div.DivClassName
{
background-color: #D963DA;
}
.BgClassName
{
background-color: #D963DA;
}
</style>
border-color css
<style>
span { border-color: #D963DA; }
span { border-color: rgb(217,99,218); }
td.TdClassName
{
border-color: #D963DA;
}
.TagClassName
{
border-color: #D963DA;
}
</style>