Shades of Orchid #DF67CD
Tints of Orchid #DF67CD
RGB
CMYK
RGB Variations
Color information
#DF67CD (or 0xDF67CD) is known color: Orchid. HEX triplet: DF, 67 and CD. RGB value is (223,103,205). Sum of RGB (Red+Green+Blue) = 223+103+205=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 205 (80.47% from 255 or 38.61% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67CD is #209832. Grayscale: #969696. Windows color (decimal): -2136115 or 13461471. OLE color: 13461471.
HSL color Cylindrical-coordinate representation of color #DF67CD: hue angle of 309º 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 #DF67CD is Cyan = 0, Magento = 0.54, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 205 | - |
| CMYK | 0 | 0.54 | 0.08 | 0.13 |
| HSL | 309º | 0.65% | 0.64% | - |
| HSV(B) | 309º | 0.54% | 0.87% | - |
| XYZ | 46.3 | 29.8 | 61.07 | - |
| YUV | 150.51 | 158.76 | 179.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 205 | 0 | 0.54 | 0.08 | 0.13 | 309 | 0.65 | 0.64 |
| Hex | DF | 67 | CD | 0 | 36 | 8 | D | 135 | 41 | 40 |
| Octal | 337 | 147 | 315 | 0 | 66 | 10 | 15 | 465 | 101 | 100 |
| Binary | 11011111 | 1100111 | 11001101 | 0 | 110110 | 1000 | 1101 | 100110101 | 1000001 | 1000000 |
Color Harmonies of #DF67CD
Complementary color
Monochromatic Colors of #DF67CD
Black with #DF67CD
Text Example
Text Example
White with #DF67CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67CD; }
p { color: rgb(223,103,205); }
H1.HeaderClassName
{
color: #DF67CD;
}
.AnyTagClassName
{
color: #DF67CD;
}
</style>
background-color css
<style>
a { background-color: #DF67CD; }
a { background-color: rgb(223,103,205); }
div.DivClassName
{
background-color: #DF67CD;
}
.BgClassName
{
background-color: #DF67CD;
}
</style>
border-color css
<style>
span { border-color: #DF67CD; }
span { border-color: rgb(223,103,205); }
td.TdClassName
{
border-color: #DF67CD;
}
.TagClassName
{
border-color: #DF67CD;
}
</style>