Shades of Orchid #D378E6
Tints of Orchid #D378E6
RGB
CMYK
RGB Variations
Color information
#D378E6 (or 0xD378E6) is known color: Orchid. HEX triplet: D3, 78 and E6. RGB value is (211,120,230). Sum of RGB (Red+Green+Blue) = 211+120+230=561 (74% of max value = 765). Red value is 211 (82.81% from 255 or 37.61% from 561); Green value is 120 (47.27% from 255 or 21.39% from 561); Blue value is 230 (90.23% from 255 or 41.00% from 561); Max value from RGB is 230 - color contains mainly: blue. Hex color #D378E6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D378E6 is #2C8719. Grayscale: #9F9F9F. Windows color (decimal): -2918170 or 15104211. OLE color: 15104211.
HSL color Cylindrical-coordinate representation of color #D378E6: hue angle of 289.64º degrees, saturation: 0.69, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D378E6 is Cyan = 0.08, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 120 | 230 | - |
| CMYK | 0.08 | 0.48 | 0 | 0.10 |
| HSL | 289.64º | 0.69% | 0.69% | - |
| HSV(B) | 289.64º | 0.48% | 0.9% | - |
| XYZ | 47.86 | 33 | 78.71 | - |
| YUV | 159.75 | 167.65 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 120 | 230 | 0.08 | 0.48 | 0 | 0.10 | 289.64 | 0.69 | 0.69 |
| Hex | D3 | 78 | E6 | 8 | 30 | 0 | A | 122 | 45 | 45 |
| Octal | 323 | 170 | 346 | 10 | 60 | 0 | 12 | 442 | 105 | 105 |
| Binary | 11010011 | 1111000 | 11100110 | 1000 | 110000 | 0 | 1010 | 100100010 | 1000101 | 1000101 |
Color Harmonies of #D378E6
Complementary color
Monochromatic Colors of #D378E6
Black with #D378E6
Text Example
Text Example
White with #D378E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D378E6; }
p { color: rgb(211,120,230); }
H1.HeaderClassName
{
color: #D378E6;
}
.AnyTagClassName
{
color: #D378E6;
}
</style>
background-color css
<style>
a { background-color: #D378E6; }
a { background-color: rgb(211,120,230); }
div.DivClassName
{
background-color: #D378E6;
}
.BgClassName
{
background-color: #D378E6;
}
</style>
border-color css
<style>
span { border-color: #D378E6; }
span { border-color: rgb(211,120,230); }
td.TdClassName
{
border-color: #D378E6;
}
.TagClassName
{
border-color: #D378E6;
}
</style>