Shades of Orchid #DD6CCF
Tints of Orchid #DD6CCF
RGB
CMYK
RGB Variations
Color information
#DD6CCF (or 0xDD6CCF) is known color: Orchid. HEX triplet: DD, 6C and CF. RGB value is (221,108,207). Sum of RGB (Red+Green+Blue) = 221+108+207=536 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.23% from 536); Green value is 108 (42.58% from 255 or 20.15% from 536); Blue value is 207 (81.25% from 255 or 38.62% from 536); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6CCF is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #DD6CCF is #229330. Grayscale: #989898. Windows color (decimal): -2265905 or 13593821. OLE color: 13593821.
HSL color Cylindrical-coordinate representation of color #DD6CCF: hue angle of 307.43º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD6CCF is Cyan = 0, Magento = 0.51, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 108 | 207 | - |
| CMYK | 0 | 0.51 | 0.06 | 0.13 |
| HSL | 307.43º | 0.62% | 0.65% | - |
| HSV(B) | 307.43º | 0.51% | 0.87% | - |
| XYZ | 46.44 | 30.6 | 62.49 | - |
| YUV | 153.07 | 158.44 | 176.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 108 | 207 | 0 | 0.51 | 0.06 | 0.13 | 307.43 | 0.62 | 0.65 |
| Hex | DD | 6C | CF | 0 | 33 | 6 | D | 133 | 3E | 41 |
| Octal | 335 | 154 | 317 | 0 | 63 | 6 | 15 | 463 | 76 | 101 |
| Binary | 11011101 | 1101100 | 11001111 | 0 | 110011 | 110 | 1101 | 100110011 | 111110 | 1000001 |
Color Harmonies of #DD6CCF
Complementary color
Monochromatic Colors of #DD6CCF
Black with #DD6CCF
Text Example
Text Example
White with #DD6CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD6CCF; }
p { color: rgb(221,108,207); }
H1.HeaderClassName
{
color: #DD6CCF;
}
.AnyTagClassName
{
color: #DD6CCF;
}
</style>
background-color css
<style>
a { background-color: #DD6CCF; }
a { background-color: rgb(221,108,207); }
div.DivClassName
{
background-color: #DD6CCF;
}
.BgClassName
{
background-color: #DD6CCF;
}
</style>
border-color css
<style>
span { border-color: #DD6CCF; }
span { border-color: rgb(221,108,207); }
td.TdClassName
{
border-color: #DD6CCF;
}
.TagClassName
{
border-color: #DD6CCF;
}
</style>