Shades of Orchid #DF67D0
Tints of Orchid #DF67D0
RGB
CMYK
RGB Variations
Color information
#DF67D0 (or 0xDF67D0) is known color: Orchid. HEX triplet: DF, 67 and D0. RGB value is (223,103,208). Sum of RGB (Red+Green+Blue) = 223+103+208=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 103 (40.62% from 255 or 19.29% from 534); Blue value is 208 (81.64% from 255 or 38.95% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67D0 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67D0 is #20982F. Grayscale: #969696. Windows color (decimal): -2136112 or 13658079. OLE color: 13658079.
HSL color Cylindrical-coordinate representation of color #DF67D0: hue angle of 307.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF67D0 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 208 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.13 |
| HSL | 307.5º | 0.65% | 0.64% | - |
| HSV(B) | 307.5º | 0.54% | 0.87% | - |
| XYZ | 46.67 | 29.94 | 62.99 | - |
| YUV | 150.85 | 160.26 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 208 | 0 | 0.54 | 0.07 | 0.13 | 307.5 | 0.65 | 0.64 |
| Hex | DF | 67 | D0 | 0 | 36 | 7 | D | 134 | 41 | 40 |
| Octal | 337 | 147 | 320 | 0 | 66 | 7 | 15 | 464 | 101 | 100 |
| Binary | 11011111 | 1100111 | 11010000 | 0 | 110110 | 111 | 1101 | 100110100 | 1000001 | 1000000 |
Color Harmonies of #DF67D0
Complementary color
Monochromatic Colors of #DF67D0
Black with #DF67D0
Text Example
Text Example
White with #DF67D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67D0; }
p { color: rgb(223,103,208); }
H1.HeaderClassName
{
color: #DF67D0;
}
.AnyTagClassName
{
color: #DF67D0;
}
</style>
background-color css
<style>
a { background-color: #DF67D0; }
a { background-color: rgb(223,103,208); }
div.DivClassName
{
background-color: #DF67D0;
}
.BgClassName
{
background-color: #DF67D0;
}
</style>
border-color css
<style>
span { border-color: #DF67D0; }
span { border-color: rgb(223,103,208); }
td.TdClassName
{
border-color: #DF67D0;
}
.TagClassName
{
border-color: #DF67D0;
}
</style>