Shades of Orchid #DF68DA
Tints of Orchid #DF68DA
RGB
CMYK
RGB Variations
Color information
#DF68DA (or 0xDF68DA) is known color: Orchid. HEX triplet: DF, 68 and DA. RGB value is (223,104,218). Sum of RGB (Red+Green+Blue) = 223+104+218=545 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.92% from 545); Green value is 104 (41.02% from 255 or 19.08% from 545); Blue value is 218 (85.55% from 255 or 40% from 545); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68DA is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68DA is #209725. Grayscale: #989898. Windows color (decimal): -2135846 or 14313695. OLE color: 14313695.
HSL color Cylindrical-coordinate representation of color #DF68DA: hue angle of 302.52º 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 #DF68DA is Cyan = 0, Magento = 0.53, Yellow = 0.02 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 218 | - |
| CMYK | 0 | 0.53 | 0.02 | 0.13 |
| HSL | 302.52º | 0.65% | 0.64% | - |
| HSV(B) | 302.52º | 0.53% | 0.87% | - |
| XYZ | 48.04 | 30.65 | 69.71 | - |
| YUV | 152.58 | 164.92 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 218 | 0 | 0.53 | 0.02 | 0.13 | 302.52 | 0.65 | 0.64 |
| Hex | DF | 68 | DA | 0 | 35 | 2 | D | 12F | 41 | 40 |
| Octal | 337 | 150 | 332 | 0 | 65 | 2 | 15 | 457 | 101 | 100 |
| Binary | 11011111 | 1101000 | 11011010 | 0 | 110101 | 10 | 1101 | 100101111 | 1000001 | 1000000 |
Color Harmonies of #DF68DA
Complementary color
Monochromatic Colors of #DF68DA
Black with #DF68DA
Text Example
Text Example
White with #DF68DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68DA; }
p { color: rgb(223,104,218); }
H1.HeaderClassName
{
color: #DF68DA;
}
.AnyTagClassName
{
color: #DF68DA;
}
</style>
background-color css
<style>
a { background-color: #DF68DA; }
a { background-color: rgb(223,104,218); }
div.DivClassName
{
background-color: #DF68DA;
}
.BgClassName
{
background-color: #DF68DA;
}
</style>
border-color css
<style>
span { border-color: #DF68DA; }
span { border-color: rgb(223,104,218); }
td.TdClassName
{
border-color: #DF68DA;
}
.TagClassName
{
border-color: #DF68DA;
}
</style>