Shades of Orchid #DD6BE3
Tints of Orchid #DD6BE3
RGB
CMYK
RGB Variations
Color information
#DD6BE3 (or 0xDD6BE3) is known color: Orchid. HEX triplet: DD, 6B and E3. RGB value is (221,107,227). Sum of RGB (Red+Green+Blue) = 221+107+227=555 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.82% from 555); Green value is 107 (42.19% from 255 or 19.28% from 555); Blue value is 227 (89.06% from 255 or 40.90% from 555); Max value from RGB is 227 - color contains mainly: blue. Hex color #DD6BE3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6BE3 is #22941C. Grayscale: #9A9A9A. Windows color (decimal): -2266141 or 14904285. OLE color: 14904285.
HSL color Cylindrical-coordinate representation of color #DD6BE3: hue angle of 297º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6BE3 is Cyan = 0.03, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 221 | 107 | 227 | - |
| CMYK | 0.03 | 0.53 | 0 | 0.11 |
| HSL | 297º | 0.68% | 0.65% | - |
| HSV(B) | 297º | 0.53% | 0.89% | - |
| XYZ | 48.94 | 31.43 | 76.16 | - |
| YUV | 154.77 | 168.77 | 175.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 227 | 0.03 | 0.53 | 0 | 0.11 | 297 | 0.68 | 0.65 |
| Hex | DD | 6B | E3 | 3 | 35 | 0 | B | 129 | 44 | 41 |
| Octal | 335 | 153 | 343 | 3 | 65 | 0 | 13 | 451 | 104 | 101 |
| Binary | 11011101 | 1101011 | 11100011 | 11 | 110101 | 0 | 1011 | 100101001 | 1000100 | 1000001 |
Color Harmonies of #DD6BE3
Complementary color
Monochromatic Colors of #DD6BE3
Black with #DD6BE3
Text Example
Text Example
White with #DD6BE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BE3; }
p { color: rgb(221,107,227); }
H1.HeaderClassName
{
color: #DD6BE3;
}
.AnyTagClassName
{
color: #DD6BE3;
}
</style>
background-color css
<style>
a { background-color: #DD6BE3; }
a { background-color: rgb(221,107,227); }
div.DivClassName
{
background-color: #DD6BE3;
}
.BgClassName
{
background-color: #DD6BE3;
}
</style>
border-color css
<style>
span { border-color: #DD6BE3; }
span { border-color: rgb(221,107,227); }
td.TdClassName
{
border-color: #DD6BE3;
}
.TagClassName
{
border-color: #DD6BE3;
}
</style>