Shades of Orchid #DD6CE1
Tints of Orchid #DD6CE1
RGB
CMYK
RGB Variations
Color information
#DD6CE1 (or 0xDD6CE1) is known color: Orchid. HEX triplet: DD, 6C and E1. RGB value is (221,108,225). Sum of RGB (Red+Green+Blue) = 221+108+225=554 (73% of max value = 765). Red value is 221 (86.72% from 255 or 39.89% from 554); Green value is 108 (42.58% from 255 or 19.49% from 554); Blue value is 225 (88.28% from 255 or 40.61% from 554); Max value from RGB is 225 - color contains mainly: blue. Hex color #DD6CE1 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CE1 is #22931E. Grayscale: #9A9A9A. Windows color (decimal): -2265887 or 14773469. OLE color: 14773469.
HSL color Cylindrical-coordinate representation of color #DD6CE1: hue angle of 297.95º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD6CE1 is Cyan = 0.02, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 221 | 108 | 225 | - |
| CMYK | 0.02 | 0.52 | 0 | 0.12 |
| HSL | 297.95º | 0.66% | 0.65% | - |
| HSV(B) | 297.95º | 0.52% | 0.88% | - |
| XYZ | 48.77 | 31.53 | 74.75 | - |
| YUV | 155.13 | 167.44 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 225 | 0.02 | 0.52 | 0 | 0.12 | 297.95 | 0.66 | 0.65 |
| Hex | DD | 6C | E1 | 2 | 34 | 0 | C | 12A | 42 | 41 |
| Octal | 335 | 154 | 341 | 2 | 64 | 0 | 14 | 452 | 102 | 101 |
| Binary | 11011101 | 1101100 | 11100001 | 10 | 110100 | 0 | 1100 | 100101010 | 1000010 | 1000001 |
Color Harmonies of #DD6CE1
Complementary color
Monochromatic Colors of #DD6CE1
Black with #DD6CE1
Text Example
Text Example
White with #DD6CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CE1; }
p { color: rgb(221,108,225); }
H1.HeaderClassName
{
color: #DD6CE1;
}
.AnyTagClassName
{
color: #DD6CE1;
}
</style>
background-color css
<style>
a { background-color: #DD6CE1; }
a { background-color: rgb(221,108,225); }
div.DivClassName
{
background-color: #DD6CE1;
}
.BgClassName
{
background-color: #DD6CE1;
}
</style>
border-color css
<style>
span { border-color: #DD6CE1; }
span { border-color: rgb(221,108,225); }
td.TdClassName
{
border-color: #DD6CE1;
}
.TagClassName
{
border-color: #DD6CE1;
}
</style>