Shades of Orchid #DF78DF
Tints of Orchid #DF78DF
RGB
CMYK
RGB Variations
Color information
#DF78DF (or 0xDF78DF) is known color: Orchid. HEX triplet: DF, 78 and DF. RGB value is (223,120,223). Sum of RGB (Red+Green+Blue) = 223+120+223=566 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.40% from 566); Green value is 120 (47.27% from 255 or 21.20% from 566); Blue value is 223 (87.5% from 255 or 39.40% from 566); Max value from RGB is 223 - color contains mainly: red, blue. Hex color #DF78DF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF78DF is #208720. Grayscale: #A2A2A2. Windows color (decimal): -2131745 or 14645471. OLE color: 14645471.
HSL color Cylindrical-coordinate representation of color #DF78DF: hue angle of 300º 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 #DF78DF is Cyan = 0, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 120 | 223 | - |
| CMYK | 0 | 0.46 | 0 | 0.13 |
| HSL | 300º | 0.62% | 0.67% | - |
| HSV(B) | 300º | 0.46% | 0.87% | - |
| XYZ | 50.47 | 34.45 | 73.8 | - |
| YUV | 162.54 | 162.12 | 171.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 120 | 223 | 0 | 0.46 | 0 | 0.13 | 300 | 0.62 | 0.67 |
| Hex | DF | 78 | DF | 0 | 2E | 0 | D | 12C | 3E | 43 |
| Octal | 337 | 170 | 337 | 0 | 56 | 0 | 15 | 454 | 76 | 103 |
| Binary | 11011111 | 1111000 | 11011111 | 0 | 101110 | 0 | 1101 | 100101100 | 111110 | 1000011 |
Color Harmonies of #DF78DF
Complementary color
Monochromatic Colors of #DF78DF
Black with #DF78DF
Text Example
Text Example
White with #DF78DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF78DF; }
p { color: rgb(223,120,223); }
H1.HeaderClassName
{
color: #DF78DF;
}
.AnyTagClassName
{
color: #DF78DF;
}
</style>
background-color css
<style>
a { background-color: #DF78DF; }
a { background-color: rgb(223,120,223); }
div.DivClassName
{
background-color: #DF78DF;
}
.BgClassName
{
background-color: #DF78DF;
}
</style>
border-color css
<style>
span { border-color: #DF78DF; }
span { border-color: rgb(223,120,223); }
td.TdClassName
{
border-color: #DF78DF;
}
.TagClassName
{
border-color: #DF78DF;
}
</style>