Shades of Orchid #DD6FCE
Tints of Orchid #DD6FCE
RGB
CMYK
RGB Variations
Color information
#DD6FCE (or 0xDD6FCE) is known color: Orchid. HEX triplet: DD, 6F and CE. RGB value is (221,111,206). Sum of RGB (Red+Green+Blue) = 221+111+206=538 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.08% from 538); Green value is 111 (43.75% from 255 or 20.63% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6FCE is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6FCE is #229031. Grayscale: #9A9A9A. Windows color (decimal): -2265138 or 13529053. OLE color: 13529053.
HSL color Cylindrical-coordinate representation of color #DD6FCE: hue angle of 308.18º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD6FCE is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 111 | 206 | - |
| CMYK | 0 | 0.50 | 0.07 | 0.13 |
| HSL | 308.18º | 0.62% | 0.65% | - |
| HSV(B) | 308.18º | 0.5% | 0.87% | - |
| XYZ | 46.64 | 31.2 | 61.96 | - |
| YUV | 154.72 | 156.94 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 111 | 206 | 0 | 0.50 | 0.07 | 0.13 | 308.18 | 0.62 | 0.65 |
| Hex | DD | 6F | CE | 0 | 32 | 7 | D | 134 | 3E | 41 |
| Octal | 335 | 157 | 316 | 0 | 62 | 7 | 15 | 464 | 76 | 101 |
| Binary | 11011101 | 1101111 | 11001110 | 0 | 110010 | 111 | 1101 | 100110100 | 111110 | 1000001 |
Color Harmonies of #DD6FCE
Complementary color
Monochromatic Colors of #DD6FCE
Black with #DD6FCE
Text Example
Text Example
White with #DD6FCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6FCE; }
p { color: rgb(221,111,206); }
H1.HeaderClassName
{
color: #DD6FCE;
}
.AnyTagClassName
{
color: #DD6FCE;
}
</style>
background-color css
<style>
a { background-color: #DD6FCE; }
a { background-color: rgb(221,111,206); }
div.DivClassName
{
background-color: #DD6FCE;
}
.BgClassName
{
background-color: #DD6FCE;
}
</style>
border-color css
<style>
span { border-color: #DD6FCE; }
span { border-color: rgb(221,111,206); }
td.TdClassName
{
border-color: #DD6FCE;
}
.TagClassName
{
border-color: #DD6FCE;
}
</style>