Shades of Orchid #D368DD
Tints of Orchid #D368DD
RGB
CMYK
RGB Variations
Color information
#D368DD (or 0xD368DD) is known color: Orchid. HEX triplet: D3, 68 and DD. RGB value is (211,104,221). Sum of RGB (Red+Green+Blue) = 211+104+221=536 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.37% from 536); Green value is 104 (41.02% from 255 or 19.40% from 536); Blue value is 221 (86.72% from 255 or 41.23% from 536); Max value from RGB is 221 - color contains mainly: blue. Hex color #D368DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D368DD is #2C9722. Grayscale: #949494. Windows color (decimal): -2922275 or 14510291. OLE color: 14510291.
HSL color Cylindrical-coordinate representation of color #D368DD: hue angle of 294.87º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D368DD is Cyan = 0.05, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 104 | 221 | - |
| CMYK | 0.05 | 0.53 | 0 | 0.13 |
| HSL | 294.87º | 0.63% | 0.64% | - |
| HSV(B) | 294.87º | 0.53% | 0.87% | - |
| XYZ | 44.87 | 28.97 | 71.63 | - |
| YUV | 149.33 | 168.45 | 171.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 104 | 221 | 0.05 | 0.53 | 0 | 0.13 | 294.87 | 0.63 | 0.64 |
| Hex | D3 | 68 | DD | 5 | 35 | 0 | D | 127 | 3F | 40 |
| Octal | 323 | 150 | 335 | 5 | 65 | 0 | 15 | 447 | 77 | 100 |
| Binary | 11010011 | 1101000 | 11011101 | 101 | 110101 | 0 | 1101 | 100100111 | 111111 | 1000000 |
Color Harmonies of #D368DD
Complementary color
Monochromatic Colors of #D368DD
Black with #D368DD
Text Example
Text Example
White with #D368DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D368DD; }
p { color: rgb(211,104,221); }
H1.HeaderClassName
{
color: #D368DD;
}
.AnyTagClassName
{
color: #D368DD;
}
</style>
background-color css
<style>
a { background-color: #D368DD; }
a { background-color: rgb(211,104,221); }
div.DivClassName
{
background-color: #D368DD;
}
.BgClassName
{
background-color: #D368DD;
}
</style>
border-color css
<style>
span { border-color: #D368DD; }
span { border-color: rgb(211,104,221); }
td.TdClassName
{
border-color: #D368DD;
}
.TagClassName
{
border-color: #D368DD;
}
</style>