Shades of Orchid #DF69CF
Tints of Orchid #DF69CF
RGB
CMYK
RGB Variations
Color information
#DF69CF (or 0xDF69CF) is known color: Orchid. HEX triplet: DF, 69 and CF. RGB value is (223,105,207). Sum of RGB (Red+Green+Blue) = 223+105+207=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 105 (41.41% from 255 or 19.63% from 535); Blue value is 207 (81.25% from 255 or 38.69% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69CF is #209630. Grayscale: #979797. Windows color (decimal): -2135601 or 13593055. OLE color: 13593055.
HSL color Cylindrical-coordinate representation of color #DF69CF: hue angle of 308.14º 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 #DF69CF is Cyan = 0, Magento = 0.53, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 207 | - |
| CMYK | 0 | 0.53 | 0.07 | 0.13 |
| HSL | 308.14º | 0.65% | 0.64% | - |
| HSV(B) | 308.14º | 0.53% | 0.87% | - |
| XYZ | 46.75 | 30.3 | 62.42 | - |
| YUV | 151.91 | 159.09 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 207 | 0 | 0.53 | 0.07 | 0.13 | 308.14 | 0.65 | 0.64 |
| Hex | DF | 69 | CF | 0 | 35 | 7 | D | 134 | 41 | 40 |
| Octal | 337 | 151 | 317 | 0 | 65 | 7 | 15 | 464 | 101 | 100 |
| Binary | 11011111 | 1101001 | 11001111 | 0 | 110101 | 111 | 1101 | 100110100 | 1000001 | 1000000 |
Color Harmonies of #DF69CF
Complementary color
Monochromatic Colors of #DF69CF
Black with #DF69CF
Text Example
Text Example
White with #DF69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69CF; }
p { color: rgb(223,105,207); }
H1.HeaderClassName
{
color: #DF69CF;
}
.AnyTagClassName
{
color: #DF69CF;
}
</style>
background-color css
<style>
a { background-color: #DF69CF; }
a { background-color: rgb(223,105,207); }
div.DivClassName
{
background-color: #DF69CF;
}
.BgClassName
{
background-color: #DF69CF;
}
</style>
border-color css
<style>
span { border-color: #DF69CF; }
span { border-color: rgb(223,105,207); }
td.TdClassName
{
border-color: #DF69CF;
}
.TagClassName
{
border-color: #DF69CF;
}
</style>