Shades of Orchid #DD6FEA
Tints of Orchid #DD6FEA
RGB
CMYK
RGB Variations
Color information
#DD6FEA (or 0xDD6FEA) is known color: Orchid. HEX triplet: DD, 6F and EA. RGB value is (221,111,234). Sum of RGB (Red+Green+Blue) = 221+111+234=566 (74% of max value = 765). Red value is 221 (86.72% from 255 or 39.05% from 566); Green value is 111 (43.75% from 255 or 19.61% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #DD6FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6FEA is #229015. Grayscale: #9D9D9D. Windows color (decimal): -2265110 or 15364061. OLE color: 15364061.
HSL color Cylindrical-coordinate representation of color #DD6FEA: hue angle of 293.66º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DD6FEA is Cyan = 0.06, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 221 | 111 | 234 | - |
| CMYK | 0.06 | 0.53 | 0 | 0.08 |
| HSL | 293.66º | 0.75% | 0.68% | - |
| HSV(B) | 293.66º | 0.53% | 0.92% | - |
| XYZ | 50.35 | 32.68 | 81.5 | - |
| YUV | 157.91 | 170.94 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 234 | 0.06 | 0.53 | 0 | 0.08 | 293.66 | 0.75 | 0.68 |
| Hex | DD | 6F | EA | 6 | 35 | 0 | 8 | 126 | 4B | 44 |
| Octal | 335 | 157 | 352 | 6 | 65 | 0 | 10 | 446 | 113 | 104 |
| Binary | 11011101 | 1101111 | 11101010 | 110 | 110101 | 0 | 1000 | 100100110 | 1001011 | 1000100 |
Color Harmonies of #DD6FEA
Complementary color
Monochromatic Colors of #DD6FEA
Black with #DD6FEA
Text Example
Text Example
White with #DD6FEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FEA; }
p { color: rgb(221,111,234); }
H1.HeaderClassName
{
color: #DD6FEA;
}
.AnyTagClassName
{
color: #DD6FEA;
}
</style>
background-color css
<style>
a { background-color: #DD6FEA; }
a { background-color: rgb(221,111,234); }
div.DivClassName
{
background-color: #DD6FEA;
}
.BgClassName
{
background-color: #DD6FEA;
}
</style>
border-color css
<style>
span { border-color: #DD6FEA; }
span { border-color: rgb(221,111,234); }
td.TdClassName
{
border-color: #DD6FEA;
}
.TagClassName
{
border-color: #DD6FEA;
}
</style>