Shades of Orchid #DD67CF
Tints of Orchid #DD67CF
RGB
CMYK
RGB Variations
Color information
#DD67CF (or 0xDD67CF) is known color: Orchid. HEX triplet: DD, 67 and CF. RGB value is (221,103,207). Sum of RGB (Red+Green+Blue) = 221+103+207=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 103 (40.62% from 255 or 19.40% from 531); Blue value is 207 (81.25% from 255 or 38.98% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67CF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67CF is #229830. Grayscale: #959595. Windows color (decimal): -2267185 or 13592541. OLE color: 13592541.
HSL color Cylindrical-coordinate representation of color #DD67CF: hue angle of 307.12º 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 #DD67CF is Cyan = 0, Magento = 0.53, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 207 | - |
| CMYK | 0 | 0.53 | 0.06 | 0.13 |
| HSL | 307.12º | 0.63% | 0.64% | - |
| HSV(B) | 307.12º | 0.53% | 0.87% | - |
| XYZ | 45.93 | 29.58 | 62.32 | - |
| YUV | 150.14 | 160.09 | 178.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 207 | 0 | 0.53 | 0.06 | 0.13 | 307.12 | 0.63 | 0.64 |
| Hex | DD | 67 | CF | 0 | 35 | 6 | D | 133 | 3F | 40 |
| Octal | 335 | 147 | 317 | 0 | 65 | 6 | 15 | 463 | 77 | 100 |
| Binary | 11011101 | 1100111 | 11001111 | 0 | 110101 | 110 | 1101 | 100110011 | 111111 | 1000000 |
Color Harmonies of #DD67CF
Complementary color
Monochromatic Colors of #DD67CF
Black with #DD67CF
Text Example
Text Example
White with #DD67CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67CF; }
p { color: rgb(221,103,207); }
H1.HeaderClassName
{
color: #DD67CF;
}
.AnyTagClassName
{
color: #DD67CF;
}
</style>
background-color css
<style>
a { background-color: #DD67CF; }
a { background-color: rgb(221,103,207); }
div.DivClassName
{
background-color: #DD67CF;
}
.BgClassName
{
background-color: #DD67CF;
}
</style>
border-color css
<style>
span { border-color: #DD67CF; }
span { border-color: rgb(221,103,207); }
td.TdClassName
{
border-color: #DD67CF;
}
.TagClassName
{
border-color: #DD67CF;
}
</style>