Shades of Orchid #DF6ACF
Tints of Orchid #DF6ACF
RGB
CMYK
RGB Variations
Color information
#DF6ACF (or 0xDF6ACF) is known color: Orchid. HEX triplet: DF, 6A and CF. RGB value is (223,106,207). Sum of RGB (Red+Green+Blue) = 223+106+207=536 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.60% from 536); Green value is 106 (41.80% from 255 or 19.78% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6ACF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6ACF is #209530. Grayscale: #989898. Windows color (decimal): -2135345 or 13593311. OLE color: 13593311.
HSL color Cylindrical-coordinate representation of color #DF6ACF: hue angle of 308.21º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DF6ACF is Cyan = 0, Magento = 0.52, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 207 | - |
| CMYK | 0 | 0.52 | 0.07 | 0.13 |
| HSL | 308.21º | 0.65% | 0.65% | - |
| HSV(B) | 308.21º | 0.52% | 0.87% | - |
| XYZ | 46.85 | 30.5 | 62.45 | - |
| YUV | 152.5 | 158.76 | 178.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 207 | 0 | 0.52 | 0.07 | 0.13 | 308.21 | 0.65 | 0.65 |
| Hex | DF | 6A | CF | 0 | 34 | 7 | D | 134 | 41 | 41 |
| Octal | 337 | 152 | 317 | 0 | 64 | 7 | 15 | 464 | 101 | 101 |
| Binary | 11011111 | 1101010 | 11001111 | 0 | 110100 | 111 | 1101 | 100110100 | 1000001 | 1000001 |
Color Harmonies of #DF6ACF
Complementary color
Monochromatic Colors of #DF6ACF
Black with #DF6ACF
Text Example
Text Example
White with #DF6ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6ACF; }
p { color: rgb(223,106,207); }
H1.HeaderClassName
{
color: #DF6ACF;
}
.AnyTagClassName
{
color: #DF6ACF;
}
</style>
background-color css
<style>
a { background-color: #DF6ACF; }
a { background-color: rgb(223,106,207); }
div.DivClassName
{
background-color: #DF6ACF;
}
.BgClassName
{
background-color: #DF6ACF;
}
</style>
border-color css
<style>
span { border-color: #DF6ACF; }
span { border-color: rgb(223,106,207); }
td.TdClassName
{
border-color: #DF6ACF;
}
.TagClassName
{
border-color: #DF6ACF;
}
</style>