Shades of Orchid #DD67DB
Tints of Orchid #DD67DB
RGB
CMYK
RGB Variations
Color information
#DD67DB (or 0xDD67DB) is known color: Orchid. HEX triplet: DD, 67 and DB. RGB value is (221,103,219). Sum of RGB (Red+Green+Blue) = 221+103+219=543 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.70% from 543); Green value is 103 (40.62% from 255 or 18.97% from 543); Blue value is 219 (85.94% from 255 or 40.33% from 543); Max value from RGB is 221 - color contains mainly: red. Hex color #DD67DB is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD67DB is #229824. Grayscale: #979797. Windows color (decimal): -2267173 or 14378973. OLE color: 14378973.
HSL color Cylindrical-coordinate representation of color #DD67DB: hue angle of 301.02º 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 #DD67DB is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 103 | 219 | - |
| CMYK | 0 | 0.53 | 0.01 | 0.13 |
| HSL | 301.02º | 0.63% | 0.64% | - |
| HSV(B) | 301.02º | 0.53% | 0.87% | - |
| XYZ | 47.46 | 30.19 | 70.34 | - |
| YUV | 151.51 | 166.09 | 177.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 103 | 219 | 0 | 0.53 | 0.01 | 0.13 | 301.02 | 0.63 | 0.64 |
| Hex | DD | 67 | DB | 0 | 35 | 1 | D | 12D | 3F | 40 |
| Octal | 335 | 147 | 333 | 0 | 65 | 1 | 15 | 455 | 77 | 100 |
| Binary | 11011101 | 1100111 | 11011011 | 0 | 110101 | 1 | 1101 | 100101101 | 111111 | 1000000 |
Color Harmonies of #DD67DB
Complementary color
Monochromatic Colors of #DD67DB
Black with #DD67DB
Text Example
Text Example
White with #DD67DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD67DB; }
p { color: rgb(221,103,219); }
H1.HeaderClassName
{
color: #DD67DB;
}
.AnyTagClassName
{
color: #DD67DB;
}
</style>
background-color css
<style>
a { background-color: #DD67DB; }
a { background-color: rgb(221,103,219); }
div.DivClassName
{
background-color: #DD67DB;
}
.BgClassName
{
background-color: #DD67DB;
}
</style>
border-color css
<style>
span { border-color: #DD67DB; }
span { border-color: rgb(221,103,219); }
td.TdClassName
{
border-color: #DD67DB;
}
.TagClassName
{
border-color: #DD67DB;
}
</style>