Shades of Orchid #DF6AD2
Tints of Orchid #DF6AD2
RGB
CMYK
RGB Variations
Color information
#DF6AD2 (or 0xDF6AD2) is known color: Orchid. HEX triplet: DF, 6A and D2. RGB value is (223,106,210). Sum of RGB (Red+Green+Blue) = 223+106+210=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 106 (41.80% from 255 or 19.67% from 539); Blue value is 210 (82.42% from 255 or 38.96% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF6AD2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF6AD2 is #20952D. Grayscale: #989898. Windows color (decimal): -2135342 or 13789919. OLE color: 13789919.
HSL color Cylindrical-coordinate representation of color #DF6AD2: hue angle of 306.67º 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 #DF6AD2 is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 106 | 210 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.13 |
| HSL | 306.67º | 0.65% | 0.65% | - |
| HSV(B) | 306.67º | 0.52% | 0.87% | - |
| XYZ | 47.22 | 30.65 | 64.4 | - |
| YUV | 152.84 | 160.26 | 178.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 106 | 210 | 0 | 0.52 | 0.06 | 0.13 | 306.67 | 0.65 | 0.65 |
| Hex | DF | 6A | D2 | 0 | 34 | 6 | D | 133 | 41 | 41 |
| Octal | 337 | 152 | 322 | 0 | 64 | 6 | 15 | 463 | 101 | 101 |
| Binary | 11011111 | 1101010 | 11010010 | 0 | 110100 | 110 | 1101 | 100110011 | 1000001 | 1000001 |
Color Harmonies of #DF6AD2
Complementary color
Monochromatic Colors of #DF6AD2
Black with #DF6AD2
Text Example
Text Example
White with #DF6AD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF6AD2; }
p { color: rgb(223,106,210); }
H1.HeaderClassName
{
color: #DF6AD2;
}
.AnyTagClassName
{
color: #DF6AD2;
}
</style>
background-color css
<style>
a { background-color: #DF6AD2; }
a { background-color: rgb(223,106,210); }
div.DivClassName
{
background-color: #DF6AD2;
}
.BgClassName
{
background-color: #DF6AD2;
}
</style>
border-color css
<style>
span { border-color: #DF6AD2; }
span { border-color: rgb(223,106,210); }
td.TdClassName
{
border-color: #DF6AD2;
}
.TagClassName
{
border-color: #DF6AD2;
}
</style>