Shades of Orchid #DD6FE5
Tints of Orchid #DD6FE5
RGB
CMYK
RGB Variations
Color information
#DD6FE5 (or 0xDD6FE5) is known color: Orchid. HEX triplet: DD, 6F and E5. RGB value is (221,111,229). Sum of RGB (Red+Green+Blue) = 221+111+229=561 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.39% from 561); Green value is 111 (43.75% from 255 or 19.79% from 561); Blue value is 229 (89.84% from 255 or 40.82% from 561); Max value from RGB is 229 - color contains mainly: blue. Hex color #DD6FE5 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FE5 is #22901A. Grayscale: #9C9C9C. Windows color (decimal): -2265115 or 15036381. OLE color: 15036381.
HSL color Cylindrical-coordinate representation of color #DD6FE5: hue angle of 295.93º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6FE5 is Cyan = 0.03, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 221 | 111 | 229 | - |
| CMYK | 0.03 | 0.52 | 0 | 0.10 |
| HSL | 295.93º | 0.69% | 0.67% | - |
| HSV(B) | 295.93º | 0.52% | 0.9% | - |
| XYZ | 49.65 | 32.4 | 77.77 | - |
| YUV | 157.34 | 168.44 | 173.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 229 | 0.03 | 0.52 | 0 | 0.10 | 295.93 | 0.69 | 0.67 |
| Hex | DD | 6F | E5 | 3 | 34 | 0 | A | 128 | 45 | 43 |
| Octal | 335 | 157 | 345 | 3 | 64 | 0 | 12 | 450 | 105 | 103 |
| Binary | 11011101 | 1101111 | 11100101 | 11 | 110100 | 0 | 1010 | 100101000 | 1000101 | 1000011 |
Color Harmonies of #DD6FE5
Complementary color
Monochromatic Colors of #DD6FE5
Black with #DD6FE5
Text Example
Text Example
White with #DD6FE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FE5; }
p { color: rgb(221,111,229); }
H1.HeaderClassName
{
color: #DD6FE5;
}
.AnyTagClassName
{
color: #DD6FE5;
}
</style>
background-color css
<style>
a { background-color: #DD6FE5; }
a { background-color: rgb(221,111,229); }
div.DivClassName
{
background-color: #DD6FE5;
}
.BgClassName
{
background-color: #DD6FE5;
}
</style>
border-color css
<style>
span { border-color: #DD6FE5; }
span { border-color: rgb(221,111,229); }
td.TdClassName
{
border-color: #DD6FE5;
}
.TagClassName
{
border-color: #DD6FE5;
}
</style>