Shades of Orchid #D378DF
Tints of Orchid #D378DF
RGB
CMYK
RGB Variations
Color information
#D378DF (or 0xD378DF) is known color: Orchid. HEX triplet: D3, 78 and DF. RGB value is (211,120,223). Sum of RGB (Red+Green+Blue) = 211+120+223=554 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.09% from 554); Green value is 120 (47.27% from 255 or 21.66% from 554); Blue value is 223 (87.5% from 255 or 40.25% from 554); Max value from RGB is 223 - color contains mainly: blue. Hex color #D378DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D378DF is #2C8720. Grayscale: #9E9E9E. Windows color (decimal): -2918177 or 14645459. OLE color: 14645459.
HSL color Cylindrical-coordinate representation of color #D378DF: hue angle of 293.01º degrees, saturation: 0.62, 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 #D378DF is Cyan = 0.05, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 120 | 223 | - |
| CMYK | 0.05 | 0.46 | 0 | 0.13 |
| HSL | 293.01º | 0.62% | 0.67% | - |
| HSV(B) | 293.01º | 0.46% | 0.87% | - |
| XYZ | 46.9 | 32.61 | 73.63 | - |
| YUV | 158.95 | 164.15 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 223 | 0.05 | 0.46 | 0 | 0.13 | 293.01 | 0.62 | 0.67 |
| Hex | D3 | 78 | DF | 5 | 2E | 0 | D | 125 | 3E | 43 |
| Octal | 323 | 170 | 337 | 5 | 56 | 0 | 15 | 445 | 76 | 103 |
| Binary | 11010011 | 1111000 | 11011111 | 101 | 101110 | 0 | 1101 | 100100101 | 111110 | 1000011 |
Color Harmonies of #D378DF
Complementary color
Monochromatic Colors of #D378DF
Black with #D378DF
Text Example
Text Example
White with #D378DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378DF; }
p { color: rgb(211,120,223); }
H1.HeaderClassName
{
color: #D378DF;
}
.AnyTagClassName
{
color: #D378DF;
}
</style>
background-color css
<style>
a { background-color: #D378DF; }
a { background-color: rgb(211,120,223); }
div.DivClassName
{
background-color: #D378DF;
}
.BgClassName
{
background-color: #D378DF;
}
</style>
border-color css
<style>
span { border-color: #D378DF; }
span { border-color: rgb(211,120,223); }
td.TdClassName
{
border-color: #D378DF;
}
.TagClassName
{
border-color: #D378DF;
}
</style>