Shades of Orchid #DD6BE8
Tints of Orchid #DD6BE8
RGB
CMYK
RGB Variations
Color information
#DD6BE8 (or 0xDD6BE8) is known color: Orchid. HEX triplet: DD, 6B and E8. RGB value is (221,107,232). Sum of RGB (Red+Green+Blue) = 221+107+232=560 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.46% from 560); Green value is 107 (42.19% from 255 or 19.11% from 560); Blue value is 232 (91.02% from 255 or 41.43% from 560); Max value from RGB is 232 - color contains mainly: blue. Hex color #DD6BE8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6BE8 is #229417. Grayscale: #9A9A9A. Windows color (decimal): -2266136 or 15231965. OLE color: 15231965.
HSL color Cylindrical-coordinate representation of color #DD6BE8: hue angle of 294.72º degrees, saturation: 0.73, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DD6BE8 is Cyan = 0.05, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 221 | 107 | 232 | - |
| CMYK | 0.05 | 0.54 | 0 | 0.09 |
| HSL | 294.72º | 0.73% | 0.66% | - |
| HSV(B) | 294.72º | 0.54% | 0.91% | - |
| XYZ | 49.64 | 31.71 | 79.85 | - |
| YUV | 155.34 | 171.27 | 174.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 107 | 232 | 0.05 | 0.54 | 0 | 0.09 | 294.72 | 0.73 | 0.66 |
| Hex | DD | 6B | E8 | 5 | 36 | 0 | 9 | 127 | 49 | 42 |
| Octal | 335 | 153 | 350 | 5 | 66 | 0 | 11 | 447 | 111 | 102 |
| Binary | 11011101 | 1101011 | 11101000 | 101 | 110110 | 0 | 1001 | 100100111 | 1001001 | 1000010 |
Color Harmonies of #DD6BE8
Complementary color
Monochromatic Colors of #DD6BE8
Black with #DD6BE8
Text Example
Text Example
White with #DD6BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6BE8; }
p { color: rgb(221,107,232); }
H1.HeaderClassName
{
color: #DD6BE8;
}
.AnyTagClassName
{
color: #DD6BE8;
}
</style>
background-color css
<style>
a { background-color: #DD6BE8; }
a { background-color: rgb(221,107,232); }
div.DivClassName
{
background-color: #DD6BE8;
}
.BgClassName
{
background-color: #DD6BE8;
}
</style>
border-color css
<style>
span { border-color: #DD6BE8; }
span { border-color: rgb(221,107,232); }
td.TdClassName
{
border-color: #DD6BE8;
}
.TagClassName
{
border-color: #DD6BE8;
}
</style>