Shades of Orchid #DD69CF
Tints of Orchid #DD69CF
RGB
CMYK
RGB Variations
Color information
#DD69CF (or 0xDD69CF) is known color: Orchid. HEX triplet: DD, 69 and CF. RGB value is (221,105,207). Sum of RGB (Red+Green+Blue) = 221+105+207=533 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.46% from 533); Green value is 105 (41.41% from 255 or 19.70% from 533); Blue value is 207 (81.25% from 255 or 38.84% from 533); Max value from RGB is 221 - color contains mainly: red. Hex color #DD69CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD69CF is #229630. Grayscale: #979797. Windows color (decimal): -2266673 or 13593053. OLE color: 13593053.
HSL color Cylindrical-coordinate representation of color #DD69CF: hue angle of 307.24º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD69CF is Cyan = 0, Magento = 0.52, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 105 | 207 | - |
| CMYK | 0 | 0.52 | 0.06 | 0.13 |
| HSL | 307.24º | 0.63% | 0.64% | - |
| HSV(B) | 307.24º | 0.52% | 0.87% | - |
| XYZ | 46.13 | 29.98 | 62.39 | - |
| YUV | 151.31 | 159.43 | 177.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 105 | 207 | 0 | 0.52 | 0.06 | 0.13 | 307.24 | 0.63 | 0.64 |
| Hex | DD | 69 | CF | 0 | 34 | 6 | D | 133 | 3F | 40 |
| Octal | 335 | 151 | 317 | 0 | 64 | 6 | 15 | 463 | 77 | 100 |
| Binary | 11011101 | 1101001 | 11001111 | 0 | 110100 | 110 | 1101 | 100110011 | 111111 | 1000000 |
Color Harmonies of #DD69CF
Complementary color
Monochromatic Colors of #DD69CF
Black with #DD69CF
Text Example
Text Example
White with #DD69CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD69CF; }
p { color: rgb(221,105,207); }
H1.HeaderClassName
{
color: #DD69CF;
}
.AnyTagClassName
{
color: #DD69CF;
}
</style>
background-color css
<style>
a { background-color: #DD69CF; }
a { background-color: rgb(221,105,207); }
div.DivClassName
{
background-color: #DD69CF;
}
.BgClassName
{
background-color: #DD69CF;
}
</style>
border-color css
<style>
span { border-color: #DD69CF; }
span { border-color: rgb(221,105,207); }
td.TdClassName
{
border-color: #DD69CF;
}
.TagClassName
{
border-color: #DD69CF;
}
</style>