Shades of Orchid #DF67DC
Tints of Orchid #DF67DC
RGB
CMYK
RGB Variations
Color information
#DF67DC (or 0xDF67DC) is known color: Orchid. HEX triplet: DF, 67 and DC. RGB value is (223,103,220). Sum of RGB (Red+Green+Blue) = 223+103+220=546 (72% of max value = 765). Red value is 223 (87.5% from 255 or 40.84% from 546); Green value is 103 (40.62% from 255 or 18.86% from 546); Blue value is 220 (86.33% from 255 or 40.29% from 546); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67DC is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67DC is #209823. Grayscale: #979797. Windows color (decimal): -2136100 or 14444511. OLE color: 14444511.
HSL color Cylindrical-coordinate representation of color #DF67DC: hue angle of 301.5º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DF67DC is Cyan = 0, Magento = 0.54, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 220 | - |
| CMYK | 0 | 0.54 | 0.01 | 0.13 |
| HSL | 301.5º | 0.65% | 0.64% | - |
| HSV(B) | 301.5º | 0.54% | 0.87% | - |
| XYZ | 48.2 | 30.56 | 71.07 | - |
| YUV | 152.22 | 166.26 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 220 | 0 | 0.54 | 0.01 | 0.13 | 301.5 | 0.65 | 0.64 |
| Hex | DF | 67 | DC | 0 | 36 | 1 | D | 12E | 41 | 40 |
| Octal | 337 | 147 | 334 | 0 | 66 | 1 | 15 | 456 | 101 | 100 |
| Binary | 11011111 | 1100111 | 11011100 | 0 | 110110 | 1 | 1101 | 100101110 | 1000001 | 1000000 |
Color Harmonies of #DF67DC
Complementary color
Monochromatic Colors of #DF67DC
Black with #DF67DC
Text Example
Text Example
White with #DF67DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67DC; }
p { color: rgb(223,103,220); }
H1.HeaderClassName
{
color: #DF67DC;
}
.AnyTagClassName
{
color: #DF67DC;
}
</style>
background-color css
<style>
a { background-color: #DF67DC; }
a { background-color: rgb(223,103,220); }
div.DivClassName
{
background-color: #DF67DC;
}
.BgClassName
{
background-color: #DF67DC;
}
</style>
border-color css
<style>
span { border-color: #DF67DC; }
span { border-color: rgb(223,103,220); }
td.TdClassName
{
border-color: #DF67DC;
}
.TagClassName
{
border-color: #DF67DC;
}
</style>