Shades of Orchid #DD68CF
Tints of Orchid #DD68CF
RGB
CMYK
RGB Variations
Color information
#DD68CF (or 0xDD68CF) is known color: Orchid. HEX triplet: DD, 68 and CF. RGB value is (221,104,207). Sum of RGB (Red+Green+Blue) = 221+104+207=532 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.54% from 532); Green value is 104 (41.02% from 255 or 19.55% from 532); Blue value is 207 (81.25% from 255 or 38.91% from 532); Max value from RGB is 221 - color contains mainly: red. Hex color #DD68CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD68CF is #229730. Grayscale: #969696. Windows color (decimal): -2266929 or 13592797. OLE color: 13592797.
HSL color Cylindrical-coordinate representation of color #DD68CF: hue angle of 307.18º degrees, saturation: 0.63, 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 #DD68CF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 104 | 207 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.13 |
| HSL | 307.18º | 0.63% | 0.64% | - |
| HSV(B) | 307.18º | 0.53% | 0.87% | - |
| XYZ | 46.03 | 29.78 | 62.35 | - |
| YUV | 150.73 | 159.76 | 178.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 104 | 207 | 0 | 0.53 | 0.06 | 0.13 | 307.18 | 0.63 | 0.64 |
| Hex | DD | 68 | CF | 0 | 35 | 6 | D | 133 | 3F | 40 |
| Octal | 335 | 150 | 317 | 0 | 65 | 6 | 15 | 463 | 77 | 100 |
| Binary | 11011101 | 1101000 | 11001111 | 0 | 110101 | 110 | 1101 | 100110011 | 111111 | 1000000 |
Color Harmonies of #DD68CF
Complementary color
Monochromatic Colors of #DD68CF
Black with #DD68CF
Text Example
Text Example
White with #DD68CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD68CF; }
p { color: rgb(221,104,207); }
H1.HeaderClassName
{
color: #DD68CF;
}
.AnyTagClassName
{
color: #DD68CF;
}
</style>
background-color css
<style>
a { background-color: #DD68CF; }
a { background-color: rgb(221,104,207); }
div.DivClassName
{
background-color: #DD68CF;
}
.BgClassName
{
background-color: #DD68CF;
}
</style>
border-color css
<style>
span { border-color: #DD68CF; }
span { border-color: rgb(221,104,207); }
td.TdClassName
{
border-color: #DD68CF;
}
.TagClassName
{
border-color: #DD68CF;
}
</style>