Shades of Orchid #D763DF
Tints of Orchid #D763DF
RGB
CMYK
RGB Variations
Color information
#D763DF (or 0xD763DF) is known color: Orchid. HEX triplet: D7, 63 and DF. RGB value is (215,99,223). Sum of RGB (Red+Green+Blue) = 215+99+223=537 (71% of max value = 765). Red value is 215 (84.38% from 255 or 40.04% from 537); Green value is 99 (39.06% from 255 or 18.44% from 537); Blue value is 223 (87.5% from 255 or 41.53% from 537); Max value from RGB is 223 - color contains mainly: blue. Hex color #D763DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D763DF is #289C20. Grayscale: #939393. Windows color (decimal): -2661409 or 14640087. OLE color: 14640087.
HSL color Cylindrical-coordinate representation of color #D763DF: hue angle of 296.13º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D763DF is Cyan = 0.04, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 99 | 223 | - |
| CMYK | 0.04 | 0.56 | 0 | 0.13 |
| HSL | 296.13º | 0.66% | 0.63% | - |
| HSV(B) | 296.13º | 0.56% | 0.87% | - |
| XYZ | 45.81 | 28.7 | 72.94 | - |
| YUV | 147.82 | 170.43 | 175.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 99 | 223 | 0.04 | 0.56 | 0 | 0.13 | 296.13 | 0.66 | 0.63 |
| Hex | D7 | 63 | DF | 4 | 38 | 0 | D | 128 | 42 | 3F |
| Octal | 327 | 143 | 337 | 4 | 70 | 0 | 15 | 450 | 102 | 77 |
| Binary | 11010111 | 1100011 | 11011111 | 100 | 111000 | 0 | 1101 | 100101000 | 1000010 | 111111 |
Color Harmonies of #D763DF
Complementary color
Monochromatic Colors of #D763DF
Black with #D763DF
Text Example
Text Example
White with #D763DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D763DF; }
p { color: rgb(215,99,223); }
H1.HeaderClassName
{
color: #D763DF;
}
.AnyTagClassName
{
color: #D763DF;
}
</style>
background-color css
<style>
a { background-color: #D763DF; }
a { background-color: rgb(215,99,223); }
div.DivClassName
{
background-color: #D763DF;
}
.BgClassName
{
background-color: #D763DF;
}
</style>
border-color css
<style>
span { border-color: #D763DF; }
span { border-color: rgb(215,99,223); }
td.TdClassName
{
border-color: #D763DF;
}
.TagClassName
{
border-color: #D763DF;
}
</style>