Shades of Orchid #DF67D4
Tints of Orchid #DF67D4
RGB
CMYK
RGB Variations
Color information
#DF67D4 (or 0xDF67D4) is known color: Orchid. HEX triplet: DF, 67 and D4. RGB value is (223,103,212). Sum of RGB (Red+Green+Blue) = 223+103+212=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 103 (40.62% from 255 or 19.14% from 538); Blue value is 212 (83.20% from 255 or 39.41% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF67D4 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF67D4 is #20982B. Grayscale: #969696. Windows color (decimal): -2136108 or 13920223. OLE color: 13920223.
HSL color Cylindrical-coordinate representation of color #DF67D4: hue angle of 305.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 #DF67D4 is Cyan = 0, Magento = 0.54, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 103 | 212 | - |
| CMYK | 0 | 0.54 | 0.05 | 0.13 |
| HSL | 305.5º | 0.65% | 0.64% | - |
| HSV(B) | 305.5º | 0.54% | 0.87% | - |
| XYZ | 47.17 | 30.14 | 65.62 | - |
| YUV | 151.31 | 162.26 | 179.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 103 | 212 | 0 | 0.54 | 0.05 | 0.13 | 305.5 | 0.65 | 0.64 |
| Hex | DF | 67 | D4 | 0 | 36 | 5 | D | 132 | 41 | 40 |
| Octal | 337 | 147 | 324 | 0 | 66 | 5 | 15 | 462 | 101 | 100 |
| Binary | 11011111 | 1100111 | 11010100 | 0 | 110110 | 101 | 1101 | 100110010 | 1000001 | 1000000 |
Color Harmonies of #DF67D4
Complementary color
Monochromatic Colors of #DF67D4
Black with #DF67D4
Text Example
Text Example
White with #DF67D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF67D4; }
p { color: rgb(223,103,212); }
H1.HeaderClassName
{
color: #DF67D4;
}
.AnyTagClassName
{
color: #DF67D4;
}
</style>
background-color css
<style>
a { background-color: #DF67D4; }
a { background-color: rgb(223,103,212); }
div.DivClassName
{
background-color: #DF67D4;
}
.BgClassName
{
background-color: #DF67D4;
}
</style>
border-color css
<style>
span { border-color: #DF67D4; }
span { border-color: rgb(223,103,212); }
td.TdClassName
{
border-color: #DF67D4;
}
.TagClassName
{
border-color: #DF67D4;
}
</style>