Shades of Orchid #DF68BE
Tints of Orchid #DF68BE
RGB
CMYK
RGB Variations
Color information
#DF68BE (or 0xDF68BE) is known color: Orchid. HEX triplet: DF, 68 and BE. RGB value is (223,104,190). Sum of RGB (Red+Green+Blue) = 223+104+190=517 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.13% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68BE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68BE is #209741. Grayscale: #959595. Windows color (decimal): -2135874 or 12478687. OLE color: 12478687.
HSL color Cylindrical-coordinate representation of color #DF68BE: hue angle of 316.64º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF68BE is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 190 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.13 |
| HSL | 316.64º | 0.65% | 0.64% | - |
| HSV(B) | 316.64º | 0.53% | 0.87% | - |
| XYZ | 44.68 | 29.31 | 52.02 | - |
| YUV | 149.39 | 150.92 | 180.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 190 | 0 | 0.53 | 0.15 | 0.13 | 316.64 | 0.65 | 0.64 |
| Hex | DF | 68 | BE | 0 | 35 | F | D | 13D | 41 | 40 |
| Octal | 337 | 150 | 276 | 0 | 65 | 17 | 15 | 475 | 101 | 100 |
| Binary | 11011111 | 1101000 | 10111110 | 0 | 110101 | 1111 | 1101 | 100111101 | 1000001 | 1000000 |
Color Harmonies of #DF68BE
Complementary color
Monochromatic Colors of #DF68BE
Black with #DF68BE
Text Example
Text Example
White with #DF68BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68BE; }
p { color: rgb(223,104,190); }
H1.HeaderClassName
{
color: #DF68BE;
}
.AnyTagClassName
{
color: #DF68BE;
}
</style>
background-color css
<style>
a { background-color: #DF68BE; }
a { background-color: rgb(223,104,190); }
div.DivClassName
{
background-color: #DF68BE;
}
.BgClassName
{
background-color: #DF68BE;
}
</style>
border-color css
<style>
span { border-color: #DF68BE; }
span { border-color: rgb(223,104,190); }
td.TdClassName
{
border-color: #DF68BE;
}
.TagClassName
{
border-color: #DF68BE;
}
</style>