Shades of Orchid #D363DD
Tints of Orchid #D363DD
RGB
CMYK
RGB Variations
Color information
#D363DD (or 0xD363DD) is known color: Orchid. HEX triplet: D3, 63 and DD. RGB value is (211,99,221). Sum of RGB (Red+Green+Blue) = 211+99+221=531 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.74% from 531); Green value is 99 (39.06% from 255 or 18.64% from 531); Blue value is 221 (86.72% from 255 or 41.62% from 531); Max value from RGB is 221 - color contains mainly: blue. Hex color #D363DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D363DD is #2C9C22. Grayscale: #929292. Windows color (decimal): -2923555 or 14509011. OLE color: 14509011.
HSL color Cylindrical-coordinate representation of color #D363DD: hue angle of 295.08º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D363DD is Cyan = 0.05, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 99 | 221 | - |
| CMYK | 0.05 | 0.55 | 0 | 0.13 |
| HSL | 295.08º | 0.64% | 0.63% | - |
| HSV(B) | 295.08º | 0.55% | 0.87% | - |
| XYZ | 44.38 | 27.99 | 71.47 | - |
| YUV | 146.4 | 170.11 | 174.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 99 | 221 | 0.05 | 0.55 | 0 | 0.13 | 295.08 | 0.64 | 0.63 |
| Hex | D3 | 63 | DD | 5 | 37 | 0 | D | 127 | 40 | 3F |
| Octal | 323 | 143 | 335 | 5 | 67 | 0 | 15 | 447 | 100 | 77 |
| Binary | 11010011 | 1100011 | 11011101 | 101 | 110111 | 0 | 1101 | 100100111 | 1000000 | 111111 |
Color Harmonies of #D363DD
Complementary color
Monochromatic Colors of #D363DD
Black with #D363DD
Text Example
Text Example
White with #D363DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D363DD; }
p { color: rgb(211,99,221); }
H1.HeaderClassName
{
color: #D363DD;
}
.AnyTagClassName
{
color: #D363DD;
}
</style>
background-color css
<style>
a { background-color: #D363DD; }
a { background-color: rgb(211,99,221); }
div.DivClassName
{
background-color: #D363DD;
}
.BgClassName
{
background-color: #D363DD;
}
</style>
border-color css
<style>
span { border-color: #D363DD; }
span { border-color: rgb(211,99,221); }
td.TdClassName
{
border-color: #D363DD;
}
.TagClassName
{
border-color: #D363DD;
}
</style>