Shades of Orchid #DF68C9
Tints of Orchid #DF68C9
RGB
CMYK
RGB Variations
Color information
#DF68C9 (or 0xDF68C9) is known color: Orchid. HEX triplet: DF, 68 and C9. RGB value is (223,104,201). Sum of RGB (Red+Green+Blue) = 223+104+201=528 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.23% from 528); Green value is 104 (41.02% from 255 or 19.70% from 528); Blue value is 201 (78.91% from 255 or 38.07% from 528); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68C9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68C9 is #209736. Grayscale: #969696. Windows color (decimal): -2135863 or 13199583. OLE color: 13199583.
HSL color Cylindrical-coordinate representation of color #DF68C9: hue angle of 311.09º 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 #DF68C9 is Cyan = 0, Magento = 0.53, Yellow = 0.10 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 201 | - |
| CMYK | 0 | 0.53 | 0.10 | 0.13 |
| HSL | 311.09º | 0.65% | 0.64% | - |
| HSV(B) | 311.09º | 0.53% | 0.87% | - |
| XYZ | 45.92 | 29.81 | 58.59 | - |
| YUV | 150.64 | 156.42 | 179.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 201 | 0 | 0.53 | 0.10 | 0.13 | 311.09 | 0.65 | 0.64 |
| Hex | DF | 68 | C9 | 0 | 35 | A | D | 137 | 41 | 40 |
| Octal | 337 | 150 | 311 | 0 | 65 | 12 | 15 | 467 | 101 | 100 |
| Binary | 11011111 | 1101000 | 11001001 | 0 | 110101 | 1010 | 1101 | 100110111 | 1000001 | 1000000 |
Color Harmonies of #DF68C9
Complementary color
Monochromatic Colors of #DF68C9
Black with #DF68C9
Text Example
Text Example
White with #DF68C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68C9; }
p { color: rgb(223,104,201); }
H1.HeaderClassName
{
color: #DF68C9;
}
.AnyTagClassName
{
color: #DF68C9;
}
</style>
background-color css
<style>
a { background-color: #DF68C9; }
a { background-color: rgb(223,104,201); }
div.DivClassName
{
background-color: #DF68C9;
}
.BgClassName
{
background-color: #DF68C9;
}
</style>
border-color css
<style>
span { border-color: #DF68C9; }
span { border-color: rgb(223,104,201); }
td.TdClassName
{
border-color: #DF68C9;
}
.TagClassName
{
border-color: #DF68C9;
}
</style>