Shades of Orchid #DF68CD
Tints of Orchid #DF68CD
RGB
CMYK
RGB Variations
Color information
#DF68CD (or 0xDF68CD) is known color: Orchid. HEX triplet: DF, 68 and CD. RGB value is (223,104,205). Sum of RGB (Red+Green+Blue) = 223+104+205=532 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.92% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 205 (80.47% from 255 or 38.53% from 532); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68CD is #209732. Grayscale: #969696. Windows color (decimal): -2135859 or 13461727. OLE color: 13461727.
HSL color Cylindrical-coordinate representation of color #DF68CD: hue angle of 309.08º 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 #DF68CD is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 205 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.13 |
| HSL | 309.08º | 0.65% | 0.64% | - |
| HSV(B) | 309.08º | 0.53% | 0.87% | - |
| XYZ | 46.4 | 30 | 61.1 | - |
| YUV | 151.1 | 158.42 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 205 | 0 | 0.53 | 0.08 | 0.13 | 309.08 | 0.65 | 0.64 |
| Hex | DF | 68 | CD | 0 | 35 | 8 | D | 135 | 41 | 40 |
| Octal | 337 | 150 | 315 | 0 | 65 | 10 | 15 | 465 | 101 | 100 |
| Binary | 11011111 | 1101000 | 11001101 | 0 | 110101 | 1000 | 1101 | 100110101 | 1000001 | 1000000 |
Color Harmonies of #DF68CD
Complementary color
Monochromatic Colors of #DF68CD
Black with #DF68CD
Text Example
Text Example
White with #DF68CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68CD; }
p { color: rgb(223,104,205); }
H1.HeaderClassName
{
color: #DF68CD;
}
.AnyTagClassName
{
color: #DF68CD;
}
</style>
background-color css
<style>
a { background-color: #DF68CD; }
a { background-color: rgb(223,104,205); }
div.DivClassName
{
background-color: #DF68CD;
}
.BgClassName
{
background-color: #DF68CD;
}
</style>
border-color css
<style>
span { border-color: #DF68CD; }
span { border-color: rgb(223,104,205); }
td.TdClassName
{
border-color: #DF68CD;
}
.TagClassName
{
border-color: #DF68CD;
}
</style>