Shades of Orchid #DF69D2
Tints of Orchid #DF69D2
RGB
CMYK
RGB Variations
Color information
#DF69D2 (or 0xDF69D2) is known color: Orchid. HEX triplet: DF, 69 and D2. RGB value is (223,105,210). Sum of RGB (Red+Green+Blue) = 223+105+210=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 105 (41.41% from 255 or 19.52% from 538); Blue value is 210 (82.42% from 255 or 39.03% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69D2 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69D2 is #20962D. Grayscale: #979797. Windows color (decimal): -2135598 or 13789663. OLE color: 13789663.
HSL color Cylindrical-coordinate representation of color #DF69D2: hue angle of 306.61º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DF69D2 is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 210 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.13 |
| HSL | 306.61º | 0.65% | 0.64% | - |
| HSV(B) | 306.61º | 0.53% | 0.87% | - |
| XYZ | 47.12 | 30.44 | 64.37 | - |
| YUV | 152.25 | 160.59 | 178.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 210 | 0 | 0.53 | 0.06 | 0.13 | 306.61 | 0.65 | 0.64 |
| Hex | DF | 69 | D2 | 0 | 35 | 6 | D | 133 | 41 | 40 |
| Octal | 337 | 151 | 322 | 0 | 65 | 6 | 15 | 463 | 101 | 100 |
| Binary | 11011111 | 1101001 | 11010010 | 0 | 110101 | 110 | 1101 | 100110011 | 1000001 | 1000000 |
Color Harmonies of #DF69D2
Complementary color
Monochromatic Colors of #DF69D2
Black with #DF69D2
Text Example
Text Example
White with #DF69D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69D2; }
p { color: rgb(223,105,210); }
H1.HeaderClassName
{
color: #DF69D2;
}
.AnyTagClassName
{
color: #DF69D2;
}
</style>
background-color css
<style>
a { background-color: #DF69D2; }
a { background-color: rgb(223,105,210); }
div.DivClassName
{
background-color: #DF69D2;
}
.BgClassName
{
background-color: #DF69D2;
}
</style>
border-color css
<style>
span { border-color: #DF69D2; }
span { border-color: rgb(223,105,210); }
td.TdClassName
{
border-color: #DF69D2;
}
.TagClassName
{
border-color: #DF69D2;
}
</style>