Shades of Orchid #D763D9
Tints of Orchid #D763D9
RGB
CMYK
RGB Variations
Color information
#D763D9 (or 0xD763D9) is known color: Orchid. HEX triplet: D7, 63 and D9. RGB value is (215,99,217). Sum of RGB (Red+Green+Blue) = 215+99+217=531 (70% of max value = 765). Red value is 215 (84.38% from 255 or 40.49% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 217 (85.16% from 255 or 40.87% from 531); Max value from RGB is 217 - color contains mainly: blue. Hex color #D763D9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763D9 is #289C26. Grayscale: #929292. Windows color (decimal): -2661415 or 14246871. OLE color: 14246871.
HSL color Cylindrical-coordinate representation of color #D763D9: hue angle of 298.98º 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 #D763D9 is Cyan = 0.01, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 99 | 217 | - |
| CMYK | 0.01 | 0.54 | 0 | 0.15 |
| HSL | 298.98º | 0.61% | 0.62% | - |
| HSV(B) | 298.98º | 0.54% | 0.85% | - |
| XYZ | 45.01 | 28.38 | 68.75 | - |
| YUV | 147.14 | 167.43 | 176.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 217 | 0.01 | 0.54 | 0 | 0.15 | 298.98 | 0.61 | 0.62 |
| Hex | D7 | 63 | D9 | 1 | 36 | 0 | F | 12B | 3D | 3E |
| Octal | 327 | 143 | 331 | 1 | 66 | 0 | 17 | 453 | 75 | 76 |
| Binary | 11010111 | 1100011 | 11011001 | 1 | 110110 | 0 | 1111 | 100101011 | 111101 | 111110 |
Color Harmonies of #D763D9
Complementary color
Monochromatic Colors of #D763D9
Black with #D763D9
Text Example
Text Example
White with #D763D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763D9; }
p { color: rgb(215,99,217); }
H1.HeaderClassName
{
color: #D763D9;
}
.AnyTagClassName
{
color: #D763D9;
}
</style>
background-color css
<style>
a { background-color: #D763D9; }
a { background-color: rgb(215,99,217); }
div.DivClassName
{
background-color: #D763D9;
}
.BgClassName
{
background-color: #D763D9;
}
</style>
border-color css
<style>
span { border-color: #D763D9; }
span { border-color: rgb(215,99,217); }
td.TdClassName
{
border-color: #D763D9;
}
.TagClassName
{
border-color: #D763D9;
}
</style>