Shades of Orchid #DF69CD
Tints of Orchid #DF69CD
RGB
CMYK
RGB Variations
Color information
#DF69CD (or 0xDF69CD) is known color: Orchid. HEX triplet: DF, 69 and CD. RGB value is (223,105,205). Sum of RGB (Red+Green+Blue) = 223+105+205=533 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.84% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 205 (80.47% from 255 or 38.46% from 533); Max value from RGB is 223 - color contains mainly: red. Hex color #DF69CD is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DF69CD is #209632. Grayscale: #979797. Windows color (decimal): -2135603 or 13461983. OLE color: 13461983.
HSL color Cylindrical-coordinate representation of color #DF69CD: hue angle of 309.15º 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 #DF69CD is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 105 | 205 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.13 |
| HSL | 309.15º | 0.65% | 0.64% | - |
| HSV(B) | 309.15º | 0.53% | 0.87% | - |
| XYZ | 46.5 | 30.2 | 61.14 | - |
| YUV | 151.68 | 158.09 | 178.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 105 | 205 | 0 | 0.53 | 0.08 | 0.13 | 309.15 | 0.65 | 0.64 |
| Hex | DF | 69 | CD | 0 | 35 | 8 | D | 135 | 41 | 40 |
| Octal | 337 | 151 | 315 | 0 | 65 | 10 | 15 | 465 | 101 | 100 |
| Binary | 11011111 | 1101001 | 11001101 | 0 | 110101 | 1000 | 1101 | 100110101 | 1000001 | 1000000 |
Color Harmonies of #DF69CD
Complementary color
Monochromatic Colors of #DF69CD
Black with #DF69CD
Text Example
Text Example
White with #DF69CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF69CD; }
p { color: rgb(223,105,205); }
H1.HeaderClassName
{
color: #DF69CD;
}
.AnyTagClassName
{
color: #DF69CD;
}
</style>
background-color css
<style>
a { background-color: #DF69CD; }
a { background-color: rgb(223,105,205); }
div.DivClassName
{
background-color: #DF69CD;
}
.BgClassName
{
background-color: #DF69CD;
}
</style>
border-color css
<style>
span { border-color: #DF69CD; }
span { border-color: rgb(223,105,205); }
td.TdClassName
{
border-color: #DF69CD;
}
.TagClassName
{
border-color: #DF69CD;
}
</style>