Shades of Orchid #DF68CC
Tints of Orchid #DF68CC
RGB
CMYK
RGB Variations
Color information
#DF68CC (or 0xDF68CC) is known color: Orchid. HEX triplet: DF, 68 and CC. RGB value is (223,104,204). Sum of RGB (Red+Green+Blue) = 223+104+204=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 104 (41.02% from 255 or 19.59% from 531); Blue value is 204 (80.08% from 255 or 38.42% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF68CC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF68CC is #209733. Grayscale: #969696. Windows color (decimal): -2135860 or 13396191. OLE color: 13396191.
HSL color Cylindrical-coordinate representation of color #DF68CC: hue angle of 309.58º 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 #DF68CC is Cyan = 0, Magento = 0.53, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 104 | 204 | - |
| CMYK | 0 | 0.53 | 0.09 | 0.13 |
| HSL | 309.58º | 0.65% | 0.64% | - |
| HSV(B) | 309.58º | 0.53% | 0.87% | - |
| XYZ | 46.28 | 29.95 | 60.47 | - |
| YUV | 150.98 | 157.92 | 179.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 104 | 204 | 0 | 0.53 | 0.09 | 0.13 | 309.58 | 0.65 | 0.64 |
| Hex | DF | 68 | CC | 0 | 35 | 9 | D | 136 | 41 | 40 |
| Octal | 337 | 150 | 314 | 0 | 65 | 11 | 15 | 466 | 101 | 100 |
| Binary | 11011111 | 1101000 | 11001100 | 0 | 110101 | 1001 | 1101 | 100110110 | 1000001 | 1000000 |
Color Harmonies of #DF68CC
Complementary color
Monochromatic Colors of #DF68CC
Black with #DF68CC
Text Example
Text Example
White with #DF68CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF68CC; }
p { color: rgb(223,104,204); }
H1.HeaderClassName
{
color: #DF68CC;
}
.AnyTagClassName
{
color: #DF68CC;
}
</style>
background-color css
<style>
a { background-color: #DF68CC; }
a { background-color: rgb(223,104,204); }
div.DivClassName
{
background-color: #DF68CC;
}
.BgClassName
{
background-color: #DF68CC;
}
</style>
border-color css
<style>
span { border-color: #DF68CC; }
span { border-color: rgb(223,104,204); }
td.TdClassName
{
border-color: #DF68CC;
}
.TagClassName
{
border-color: #DF68CC;
}
</style>