Shades of Orchid #D378DD
Tints of Orchid #D378DD
RGB
CMYK
RGB Variations
Color information
#D378DD (or 0xD378DD) is known color: Orchid. HEX triplet: D3, 78 and DD. RGB value is (211,120,221). Sum of RGB (Red+Green+Blue) = 211+120+221=552 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.22% from 552); Green value is 120 (47.27% from 255 or 21.74% from 552); Blue value is 221 (86.72% from 255 or 40.04% from 552); Max value from RGB is 221 - color contains mainly: blue. Hex color #D378DD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378DD is #2C8722. Grayscale: #9E9E9E. Windows color (decimal): -2918179 or 14514387. OLE color: 14514387.
HSL color Cylindrical-coordinate representation of color #D378DD: hue angle of 294.06º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D378DD is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 120 | 221 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.13 |
| HSL | 294.06º | 0.6% | 0.67% | - |
| HSV(B) | 294.06º | 0.46% | 0.87% | - |
| XYZ | 46.63 | 32.5 | 72.22 | - |
| YUV | 158.72 | 163.15 | 165.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 221 | 0.05 | 0.46 | 0 | 0.13 | 294.06 | 0.6 | 0.67 |
| Hex | D3 | 78 | DD | 5 | 2E | 0 | D | 126 | 3C | 43 |
| Octal | 323 | 170 | 335 | 5 | 56 | 0 | 15 | 446 | 74 | 103 |
| Binary | 11010011 | 1111000 | 11011101 | 101 | 101110 | 0 | 1101 | 100100110 | 111100 | 1000011 |
Color Harmonies of #D378DD
Complementary color
Monochromatic Colors of #D378DD
Black with #D378DD
Text Example
Text Example
White with #D378DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378DD; }
p { color: rgb(211,120,221); }
H1.HeaderClassName
{
color: #D378DD;
}
.AnyTagClassName
{
color: #D378DD;
}
</style>
background-color css
<style>
a { background-color: #D378DD; }
a { background-color: rgb(211,120,221); }
div.DivClassName
{
background-color: #D378DD;
}
.BgClassName
{
background-color: #D378DD;
}
</style>
border-color css
<style>
span { border-color: #D378DD; }
span { border-color: rgb(211,120,221); }
td.TdClassName
{
border-color: #D378DD;
}
.TagClassName
{
border-color: #D378DD;
}
</style>