Shades of Orchid #DF68CE
Tints of Orchid #DF68CE
RGB
CMYK
RGB Variations
Color information
#DF68CE (or 0xDF68CE) is known color: Orchid. HEX triplet: DF, 68 and CE. RGB value is (223,104,206). Sum of RGB (Red+Green+Blue) = 223+104+206=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 104 (41.02% from 255 or 19.51% from 533); Blue value is 206 (80.86% from 255 or 38.65% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68CE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68CE is #209731. Grayscale: #969696. Windows color (decimal): -2135858 or 13527263. OLE color: 13527263.
HSL color Cylindrical-coordinate representation of color #DF68CE: hue angle of 308.57º 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 #DF68CE is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 206 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.13 |
| HSL | 308.57º | 0.65% | 0.64% | - |
| HSV(B) | 308.57º | 0.53% | 0.87% | - |
| XYZ | 46.52 | 30.04 | 61.74 | - |
| YUV | 151.21 | 158.92 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 206 | 0 | 0.53 | 0.08 | 0.13 | 308.57 | 0.65 | 0.64 |
| Hex | DF | 68 | CE | 0 | 35 | 8 | D | 135 | 41 | 40 |
| Octal | 337 | 150 | 316 | 0 | 65 | 10 | 15 | 465 | 101 | 100 |
| Binary | 11011111 | 1101000 | 11001110 | 0 | 110101 | 1000 | 1101 | 100110101 | 1000001 | 1000000 |
Color Harmonies of #DF68CE
Complementary color
Monochromatic Colors of #DF68CE
Black with #DF68CE
Text Example
Text Example
White with #DF68CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68CE; }
p { color: rgb(223,104,206); }
H1.HeaderClassName
{
color: #DF68CE;
}
.AnyTagClassName
{
color: #DF68CE;
}
</style>
background-color css
<style>
a { background-color: #DF68CE; }
a { background-color: rgb(223,104,206); }
div.DivClassName
{
background-color: #DF68CE;
}
.BgClassName
{
background-color: #DF68CE;
}
</style>
border-color css
<style>
span { border-color: #DF68CE; }
span { border-color: rgb(223,104,206); }
td.TdClassName
{
border-color: #DF68CE;
}
.TagClassName
{
border-color: #DF68CE;
}
</style>