Shades of Orchid #DF78DE
Tints of Orchid #DF78DE
RGB
CMYK
RGB Variations
Color information
#DF78DE (or 0xDF78DE) is known color: Orchid. HEX triplet: DF, 78 and DE. RGB value is (223,120,222). Sum of RGB (Red+Green+Blue) = 223+120+222=565 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.47% from 565); Green value is 120 (47.27% from 255 or 21.24% from 565); Blue value is 222 (87.11% from 255 or 39.29% from 565); Max value from RGB is 223 - color contains mainly: red. Hex color #DF78DE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78DE is #208721. Grayscale: #A2A2A2. Windows color (decimal): -2131746 or 14579935. OLE color: 14579935.
HSL color Cylindrical-coordinate representation of color #DF78DE: hue angle of 300.58º 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 #DF78DE is Cyan = 0, Magento = 0.46, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 222 | - |
| CMYK | 0 | 0.46 | 0.00 | 0.13 |
| HSL | 300.58º | 0.62% | 0.67% | - |
| HSV(B) | 300.58º | 0.46% | 0.87% | - |
| XYZ | 50.33 | 34.39 | 73.09 | - |
| YUV | 162.43 | 161.62 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 222 | 0 | 0.46 | 0.00 | 0.13 | 300.58 | 0.62 | 0.67 |
| Hex | DF | 78 | DE | 0 | 2E | 0 | D | 12D | 3E | 43 |
| Octal | 337 | 170 | 336 | 0 | 56 | 0 | 15 | 455 | 76 | 103 |
| Binary | 11011111 | 1111000 | 11011110 | 0 | 101110 | 0 | 1101 | 100101101 | 111110 | 1000011 |
Color Harmonies of #DF78DE
Complementary color
Monochromatic Colors of #DF78DE
Black with #DF78DE
Text Example
Text Example
White with #DF78DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78DE; }
p { color: rgb(223,120,222); }
H1.HeaderClassName
{
color: #DF78DE;
}
.AnyTagClassName
{
color: #DF78DE;
}
</style>
background-color css
<style>
a { background-color: #DF78DE; }
a { background-color: rgb(223,120,222); }
div.DivClassName
{
background-color: #DF78DE;
}
.BgClassName
{
background-color: #DF78DE;
}
</style>
border-color css
<style>
span { border-color: #DF78DE; }
span { border-color: rgb(223,120,222); }
td.TdClassName
{
border-color: #DF78DE;
}
.TagClassName
{
border-color: #DF78DE;
}
</style>