Shades of Orchid #DD65CF
Tints of Orchid #DD65CF
RGB
CMYK
RGB Variations
Color information
#DD65CF (or 0xDD65CF) is known color: Orchid. HEX triplet: DD, 65 and CF. RGB value is (221,101,207). Sum of RGB (Red+Green+Blue) = 221+101+207=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 101 (39.84% from 255 or 19.09% from 529); Blue value is 207 (81.25% from 255 or 39.13% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD65CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD65CF is #229A30. Grayscale: #949494. Windows color (decimal): -2267697 or 13592029. OLE color: 13592029.
HSL color Cylindrical-coordinate representation of color #DD65CF: hue angle of 307º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD65CF is Cyan = 0, Magento = 0.54, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 207 | - |
| CMYK | 0 | 0.54 | 0.06 | 0.13 |
| HSL | 307º | 0.64% | 0.63% | - |
| HSV(B) | 307º | 0.54% | 0.87% | - |
| XYZ | 45.73 | 29.18 | 62.25 | - |
| YUV | 148.96 | 160.76 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 207 | 0 | 0.54 | 0.06 | 0.13 | 307 | 0.64 | 0.63 |
| Hex | DD | 65 | CF | 0 | 36 | 6 | D | 133 | 40 | 3F |
| Octal | 335 | 145 | 317 | 0 | 66 | 6 | 15 | 463 | 100 | 77 |
| Binary | 11011101 | 1100101 | 11001111 | 0 | 110110 | 110 | 1101 | 100110011 | 1000000 | 111111 |
Color Harmonies of #DD65CF
Complementary color
Monochromatic Colors of #DD65CF
Black with #DD65CF
Text Example
Text Example
White with #DD65CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD65CF; }
p { color: rgb(221,101,207); }
H1.HeaderClassName
{
color: #DD65CF;
}
.AnyTagClassName
{
color: #DD65CF;
}
</style>
background-color css
<style>
a { background-color: #DD65CF; }
a { background-color: rgb(221,101,207); }
div.DivClassName
{
background-color: #DD65CF;
}
.BgClassName
{
background-color: #DD65CF;
}
</style>
border-color css
<style>
span { border-color: #DD65CF; }
span { border-color: rgb(221,101,207); }
td.TdClassName
{
border-color: #DD65CF;
}
.TagClassName
{
border-color: #DD65CF;
}
</style>